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

Method _isFunction

src/backend/function-builder.js:472–474  ·  view source on GitHub ↗
(functionName)

Source from the content-addressed store, hash-verified

470 }
471
472 _isFunction(functionName) {
473 return Boolean(this.functionMap[functionName]);
474 }
475
476 _getNativeFunction(functionName) {
477 for (let i = 0; i < this.nativeFunctions.length; i++) {

Callers 6

lookupReturnTypeMethod · 0.95
_getFunctionMethod · 0.95
needsArgumentTypeMethod · 0.95
assignArgumentTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected