MCPcopy 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

stmtFunction · 0.85
typeFunction · 0.85

Calls 1

symbolFunction · 0.70

Tested by

no test coverage detected