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

Method getPrototypeString

src/backend/function-builder.js:317–319  ·  view source on GitHub ↗

* @desc Return the string for a function * @param {String} functionName - Function name to trace from. If null, it returns the WHOLE builder stack * @returns {String} The full string, of all the various functions. Trace optimized if functionName given

(functionName)

Source from the content-addressed store, hash-verified

315 * @returns {String} The full string, of all the various functions. Trace optimized if functionName given
316 */
317 getPrototypeString(functionName) {
318 return this.getPrototypes(functionName).join('\n');
319 }
320
321 /**
322 * @desc Return the string for a function

Calls 1

getPrototypesMethod · 0.95

Tested by

no test coverage detected