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

Method castLiteralToInteger

src/backend/web-gl/function-node.js:545–550  ·  view source on GitHub ↗

* * @param {Object} ast * @param {Array} retArr * @return {String[]}

(ast, retArr)

Source from the content-addressed store, hash-verified

543 * @return {String[]}
544 */
545 castLiteralToInteger(ast, retArr) {
546 this.pushState('casting-to-integer');
547 this.astGeneric(ast, retArr);
548 this.popState('casting-to-integer');
549 return retArr;
550 }
551
552 /**
553 *

Calls 3

astGenericMethod · 0.80
pushStateMethod · 0.45
popStateMethod · 0.45

Tested by

no test coverage detected