Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tampermonkey/tampermonkey
/ block
Function
block
src/cm/javascript.js:308–311 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
306
};
307
}
308
function
block(
type
) {
309
if
(
type
==
"}"
)
return
cont();
310
return
pass(statement, block);
311
}
312
function
maybetype(
type
) {
313
if
(
type
==
":"
)
return
cont(typedef);
314
return
pass();
Callers
nothing calls this directly
Calls
2
cont
Function · 0.85
pass
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…