MCPcopy Index your code
hub / github.com/gpujs/gpu.js / astFunctionExpression

Method astFunctionExpression

src/backend/function-node.js:1015–1020  ·  view source on GitHub ↗
(ast, retArr)

Source from the content-addressed store, hash-verified

1013 return this.astFunction(ast, retArr);
1014 }
1015 astFunctionExpression(ast, retArr) {
1016 if (this.isChildFunction(ast)) {
1017 return retArr;
1018 }
1019 return this.astFunction(ast, retArr);
1020 }
1021 isChildFunction(ast) {
1022 for (let i = 0; i < this.functions.length; i++) {
1023 if (this.functions[i] === ast) {

Callers 1

astGenericMethod · 0.95

Calls 2

isChildFunctionMethod · 0.95
astFunctionMethod · 0.95

Tested by

no test coverage detected