RE: [sarif] Another graph design issue: minimum number of nodes and edges

From
Larry Golding \(Comcast\) <>
Date
2018-04-01T16:25:07+00:00
ID
[email protected]
Thread
RE: [sarif] Another graph design issue: minimum number of nodes and edges
Ping on this design question.

 

From:  <> On Behalf Of Larry Golding (Comcast)
Sent: Friday, March 30, 2018 3:10 PM
To: 
Subject: [sarif] Another graph design issue: minimum number of nodes and edges

 

Does a graph have to have any nodes, or any edges? Is it sensible for an empty graph to describe a portion of the program that turns out to be empty? Like, “There aren’t any functions that call function foo” (it’s dead code).

 

Larry