MCPcopy Create free account
hub / github.com/cschanck/single-file-java / save

Method save

src/main/java/org/sfj/PegLegParser.java:279–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277 }
278
279 SingleNode<V> save() { return top; }
280
281 void restore(SingleNode<V> prior) { top = prior; }
282

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected