Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ nested1
Function
nested1
test/features/nested-function.js:56–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
function
testNestedInCustomFunction(mode) {
55
function
custom1() {
56
function
nested1() {
57
return
1;
58
}
59
60
return
nested1();
61
}
Callers
1
custom1
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…