Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PaulTaykalo/objc-dependency-visualizer
/ delim
Function
delim
Scripts/ace/worker-javascript.js:3391–3395 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
3389
}
3390
3391
function
delim(s) {
3392
var
x = symbol(s, 0);
3393
x.delim = true;
3394
return
x;
3395
}
3396
3397
function
stmt(s, f) {
3398
var
x = delim(s);
Callers
3
stmt
Function · 0.85
type
Function · 0.85
worker-javascript.js
File · 0.85
Calls
1
symbol
Function · 0.70
Tested by
no test coverage detected