Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ block
Function
block
static/js/codemirror/mode/javascript/javascript.js:319–322 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
317
};
318
}
319
function
block(
type
) {
320
if
(
type
==
"}"
)
return
cont();
321
return
pass(statement, block);
322
}
323
function
maybetype(
type
) {
324
if
(
type
==
":"
)
return
cont(typedef);
325
return
pass();
Callers
nothing calls this directly
Calls
2
cont
Function · 0.70
pass
Function · 0.70
Tested by
no test coverage detected