Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nwutils/nw-sample-apps
/ stat_of
Function
stat_of
mini-code-edit/cm/mode/rust/rust.js:172–174 ·
view source on GitHub ↗
(comb, tag)
Source
from the content-addressed store, hash-verified
170
}
171
172
function
stat_of(comb, tag) {
173
return
cont(pushlex(
"stat"
, tag), comb, poplex, block);
174
}
175
function
block(
type
) {
176
if
(
type
==
"}"
)
return
cont();
177
if
(
type
==
"let"
)
return
stat_of(letdef1,
"let"
);
Callers
1
block
Function · 0.85
Calls
2
cont
Function · 0.70
pushlex
Function · 0.70
Tested by
no test coverage detected