Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
innerTest
Method · 0.80
innerTimesOf
Method · 0.80
seqOf
Method · 0.80
firstOf
Method · 0.80
Calls
1
save
Method · 0.80
Tested by
no test coverage detected