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

Method toString

src/backend/cpu/kernel.js:245–247  ·  view source on GitHub ↗

* @desc Returns the *pre-compiled* Kernel as a JS Object String, that can be reused.

()

Source from the content-addressed store, hash-verified

243 * @desc Returns the *pre-compiled* Kernel as a JS Object String, that can be reused.
244 */
245 toString() {
246 return cpuKernelString(this);
247 }
248
249 /**
250 * @desc Get the maximum loop size String.

Callers 15

cpuAddABFunction · 0.45
type-management.jsFile · 0.45
toStringAsFileTestFunction · 0.45
testGraphicalFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45
testReturnFunction · 0.45

Calls 1

cpuKernelStringFunction · 0.85

Tested by

no test coverage detected