Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ ctrl
Method
ctrl
chapter07/src/main/java/com/seaofnodes/simple/Parser.java:85–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
public
static
Node find(
int
nid) {
return
START.find(nid); }
84
85
private
Node ctrl() {
return
_scope.ctrl(); }
86
87
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
88
Callers
3
parseWhile
Method · 0.95
parseIf
Method · 0.95
parseReturn
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected