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.3.tar.gz
md5=4d66e9bfbc4cca184d4b6c4db8b1ecd3
sha512=d6949417711a966adb706976de6db160a1c16389c90fa7f744024a23feaadfc319be126975ddb058213340bacceb868c669ef2087cdc69fde35209456759db1f
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)"
>