Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ funarg
Function
funarg
static/editor.md/lib/codemirror/mode/haxe/haxe.js:390–392 ·
view source on GitHub ↗
(type, value)
Source
from the content-addressed store, hash-verified
388
if
(
type
==
"variable"
)
return
cont(typeuse);
389
}
390
function
funarg(
type
, value) {
391
if
(
type
==
"variable"
) {register(value);
return
cont(typeuse);}
392
}
393
394
// Interface
395
Callers
nothing calls this directly
Calls
2
register
Function · 0.70
cont
Function · 0.70
Tested by
no test coverage detected