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

Method currentFunctionContext

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

Source from the content-addressed store, hash-verified

51 }
52
53 get currentFunctionContext() {
54 return last(this.functionContexts);
55 }
56
57 get currentContext() {
58 return last(this.runningContexts);

Callers

nothing calls this directly

Calls 1

lastFunction · 0.85

Tested by

no test coverage detected