Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ currentContext
Method
currentContext
src/backend/function-tracer.js:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
get currentContext() {
58
return
last(this.runningContexts);
59
}
60
61
newFunctionContext() {
62
const
newContext = {
'@contextType'
:
'function'
};
Callers
nothing calls this directly
Calls
1
last
Function · 0.85
Tested by
no test coverage detected