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

Method toString

src/backend/function-node.js:322–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

320 }
321
322 toString() {
323 if (this._string) return this._string;
324 return this._string = this.astGeneric(this.getJsAST(), []).join('').trim();
325 }
326
327 toJSON() {
328 const settings = {

Callers 2

buildMethod · 0.95

Calls 2

astGenericMethod · 0.95
getJsASTMethod · 0.95

Tested by

no test coverage detected