Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nwutils/nw-sample-apps
/ block
Function
block
mini-code-edit/cm/mode/javascript/javascript.js:274–277 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
272
};
273
}
274
function
block(
type
) {
275
if
(
type
==
"}"
)
return
cont();
276
return
pass(statement, block);
277
}
278
function
vardef1(
type
, value) {
279
if
(
type
==
"variable"
){register(value);
return
cont(vardef2);}
280
return
cont();
Callers
nothing calls this directly
Calls
2
cont
Function · 0.70
pass
Function · 0.70
Tested by
no test coverage detected