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

Method _getLoopMaxString

src/backend/cpu/kernel.js:253–259  ·  view source on GitHub ↗

* @desc Get the maximum loop size String. * @returns {String} result

()

Source from the content-addressed store, hash-verified

251 * @returns {String} result
252 */
253 _getLoopMaxString() {
254 return (
255 this.loopMaxIterations ?
256 ` ${ parseInt(this.loopMaxIterations) };` :
257 ' 1000;'
258 );
259 }
260
261 _processConstants() {
262 if (!this.constants) return '';

Callers 1

getKernelStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected