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

Method newFunctionContext

src/backend/function-tracer.js:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 newFunctionContext() {
62 const newContext = { '@contextType': 'function' };
63 this.contexts.push(newContext);
64 this.functionContexts.push(newContext);
65 }
66
67 newContext(run) {
68 const newContext = Object.assign({ '@contextType': 'const/let' }, this.currentContext);

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected