Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ referencesCompatHead
Function
referencesCompatHead
scripts/fungrim/compile-rules.ts:1357–1360 ·
view source on GitHub ↗
(formula: MathJSON)
Source
from the content-addressed store, hash-verified
1355
if
(ok && dfs(depth + 1))
return
true;
1356
if
(budget <= 0)
return
false;
1357
}
1358
delete sub[wc];
1359
delete seed[wc];
1360
return
false;
1361
};
1362
1363
return
dfs(0) ? seed : null;
Callers
1
compileEntries
Function · 0.85
Calls
3
collectSymbols
Function · 0.70
keys
Method · 0.65
has
Method · 0.65
Tested by
no test coverage detected