Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ f
Function
f
static/editor.md/lib/codemirror/mode/haxe/haxe.js:251–255 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
249
250
function
expect(wanted) {
251
function
f(
type
) {
252
if
(
type
== wanted)
return
cont();
253
else
if
(wanted ==
";"
)
return
pass();
254
else
return
cont(f);
255
};
256
return
f;
257
}
258
Callers
15
chain
Function · 0.70
switchInline
Function · 0.50
switchBlock
Function · 0.50
chain
Function · 0.50
chain
Function · 0.50
chain
Function · 0.50
chain
Function · 0.50
chain
Function · 0.50
switchState
Function · 0.50
chain
Function · 0.50
chain
Function · 0.50
runInOp
Function · 0.50
Calls
2
cont
Function · 0.70
pass
Function · 0.70
Tested by
no test coverage detected