package pfff
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tools and APIs for program analysis, code visualization, refactoring
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.39.5.tar.gz
md5=e23dbd320a8681b74315162a02bf97a7
sha512=2998432bcd6d9a459331d733c4446d35459d42787fcf2fd332d3ec5131a4d358bb8f060b45d38696bcd584e1eaa8c1b21b82d7d3005e83c1ecefd22fec842ee7
doc/pfff-commons-graph/Graphe/index.html
Module Graphe
val create : unit -> 'a graphval add_vertex_if_not_present : 'a -> 'a graph -> unitval add_edge : 'a -> 'a -> 'a graph -> unitval remove_vertex : 'a -> 'a graph -> unitval remove_edge : 'a -> 'a -> 'a graph -> unitval nodes : 'a graph -> 'a listval succ : 'a -> 'a graph -> 'a listval pred : 'a -> 'a graph -> 'a listval out_degree : 'a -> 'a graph -> intval in_degree : 'a -> 'a graph -> intval has_node : 'a -> 'a graph -> boolval nb_nodes : 'a graph -> intval nb_edges : 'a graph -> intval iter_edges : ('a -> 'a -> unit) -> 'a graph -> unitval iter_nodes : ('a -> unit) -> 'a graph -> unitval entry_nodes : 'a graph -> 'a listval ivertex : 'a -> 'a graph -> intval shortest_path : 'a -> 'a -> 'a graph -> 'a listval print_graph_generic :
?launch_gv:bool ->
?extra_string:string ->
str_of_key:('a -> string) ->
Common.filename ->
'a graph ->
unitval display_with_gv : 'a graph -> unitval stat : 'a graph -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>