Toggle menu
Nitlanguage.org
Nitdoc
neo4j
graph
graph
GraphStore
save
fun
save
neo4j
::
GraphStore
::
save
Doc
Linearization
Summary
Save the graph.
Save the graph.
Summary
Property definitions
neo4j$GraphStore$save
Property definitions
neo4j
$
GraphStore
::
save
# Save the graph.
fun
save
do
save_part
(
graph
.
nodes
,
graph
.
edges
)
lib/neo4j/graph/graph.nit:172,2--173,48