Frama-C API - Services
The graph of services built on top of the callgraph
module G : Graph.Sig.G with type V.t = Frama_c_kernel.Kernel_function.t Frama_c_kernel.Service_graph.vertex with type E.label = Frama_c_kernel.Service_graph.edgeThe underlying graph datastructure
module Subgraph : sig ... endSubgraph of get () wrt Options.Roots.get ()
Dump the (possibly sub-)graph in the file of the corresponding command line argument.
val self : Frama_c_kernel.State.tval is_root : Frama_c_kernel.Kernel_function.t -> bool