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

Method buildSignature

src/backend/kernel.js:858–861  ·  view source on GitHub ↗

* @param {IArguments} args

(args)

Source from the content-addressed store, hash-verified

856 * @param {IArguments} args
857 */
858 buildSignature(args) {
859 const Constructor = this.constructor;
860 this.signature = Constructor.getSignature(this, Constructor.getArgumentTypes(this, args));
861 }
862
863 /**
864 * @param {Kernel} kernel

Callers 2

buildMethod · 0.80
buildMethod · 0.80

Calls 2

getArgumentTypesMethod · 0.80
getSignatureMethod · 0.45

Tested by

no test coverage detected