MCPcopy 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

54function testNestedInCustomFunction(mode) {
55 function custom1() {
56 function nested1() {
57 return 1;
58 }
59
60 return nested1();
61 }

Callers 1

custom1Function · 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…