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

Method setFunctions

src/backend/kernel.js:523–528  ·  view source on GitHub ↗

* * @param {IFunction[]|KernelFunction[]} functions * @return {this}

(functions)

Source from the content-addressed store, hash-verified

521 * @return {this}
522 */
523 setFunctions(functions) {
524 for (let i = 0; i < functions.length; i++) {
525 this.addFunction(functions[i]);
526 }
527 return this;
528 }
529
530 /**
531 *

Callers

nothing calls this directly

Calls 1

addFunctionMethod · 0.95

Tested by

no test coverage detected