from_program

Function from_program 

Source
pub fn from_program(program: &Program) -> GraphBuilder
Expand description

Read the vertices and edges of a checked program.

One walk of every definition body, so O(program size).