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

Method saveValues

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

Source from the content-addressed store, hash-verified

291 private void tossTopFrame() { frame.pop(); }
292
293 private SingleNode<V> saveValues() { return values.save(); }
294
295 private void restoreValues(SingleNode<V> point) { values.restore(point); }
296

Callers 4

innerTestMethod · 0.80
innerTimesOfMethod · 0.80
seqOfMethod · 0.80
firstOfMethod · 0.80

Calls 1

saveMethod · 0.80

Tested by

no test coverage detected