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

Method _isNativeFunction

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

Source from the content-addressed store, hash-verified

481 }
482
483 _isNativeFunction(functionName) {
484 return Boolean(this._getNativeFunction(functionName));
485 }
486
487 _lookupNativeFunctionReturnType(functionName) {
488 let nativeFunction = this._getNativeFunction(functionName);

Callers 3

lookupReturnTypeMethod · 0.95

Calls 1

_getNativeFunctionMethod · 0.95

Tested by

no test coverage detected