package prbnmcn-cgrph

  1. Overview
  2. Docs

Module Cgraph.InternalSource

Functions useful for debugging.

Sourcetype mode =
  1. | Backward_only
  2. | Full
Sourcetype edge =
  1. | Dependency of ex
  2. | Dynamic of ex
Sourceval set_debug : bool -> unit
Sourceval uid : ex -> int
Sourceval upstream : ex -> ex list
Sourceval used_by : ex -> ex list
Sourceval valid : ex -> bool
Sourcemodule Node_table : Hashtbl.S with type key = ex
Sourceval compute_graph : mode -> ex -> edge list Node_table.t
Sourceval to_dot : ?name:string -> mode:mode -> ex -> out_channel -> unit

Export a graph to graphviz format.

Sourceval copy : 'a t -> 'a t
Sourceval equal : 'a t -> 'b t -> bool
Sourceval add_used_by : 'a t -> ex -> unit
Sourceval set_next_debug_info : string -> unit
OCaml

Innovation. Community. Security.