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