Skip to content

Commit

Permalink
Added affected edges
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Sep 8, 2023
1 parent ecd9669 commit 4fca80a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,9 @@ message ChangeSummary {

// The number of items in the blast radius of this change
int32 numAffectedItems = 9;

// The number of edges in the blast radius of this change
int32 numAffectedEdges = 10;
}

// a complete Change with machine-supplied and user-supplied values
Expand Down Expand Up @@ -526,6 +529,9 @@ message ChangeMetadata {
// The number of items in the blast radius if this change
int32 numAffectedItems = 7;

// The number of edges in the blast radius if this change
int32 numAffectedEdges = 17;

// I'm going to omit the creatorLink for now, since it's not clear what it
// should be
// string creatorLink = 7;
Expand Down

0 comments on commit 4fca80a

Please sign in to comment.