Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PaulTaykalo/objc-dependency-visualizer
/ stmt
Function
stmt
Scripts/ace/worker-javascript.js:3397–3402 ·
view source on GitHub ↗
(s, f)
Source
from the content-addressed store, hash-verified
3395
}
3396
3397
function
stmt(s, f) {
3398
var
x = delim(s);
3399
x.identifier = x.reserved = true;
3400
x.fud = f;
3401
return
x;
3402
}
3403
3404
function
blockstmt(s, f) {
3405
var
x = stmt(s, f);
Callers
2
blockstmt
Function · 0.85
worker-javascript.js
File · 0.85
Calls
1
delim
Function · 0.85
Tested by
no test coverage detected