Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ ctrl
Method
ctrl
chapter11/src/main/java/com/seaofnodes/simple/Parser.java:108–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
public
static
Node find(
int
nid) {
return
START.find(nid); }
107
108
private
Node ctrl() {
return
_scope.ctrl(); }
109
110
private
Node ctrl(Node n) {
return
_scope.ctrl(n); }
111
Callers
7
parse
Method · 0.95
parseWhile
Method · 0.95
jumpTo
Method · 0.95
parseIf
Method · 0.95
parseReturn
Method · 0.95
newStruct
Method · 0.95
parsePostfix
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected