Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ value
Function
value
packages/core/fumadb/src/query/orm/index.ts:440–442 ·
view source on GitHub ↗
(nextContext: unknown)
Source
from the content-addressed store, hash-verified
438
Object.defineProperty(query,
"withContext"
, {
439
enumerable: false,
440
value(nextContext: unknown) {
441
return
toORM(internal, { context: nextContext });
442
},
443
});
444
445
return
query;
Callers
1
SidebarProvider
Function · 0.85
Calls
1
toORM
Function · 0.85
Tested by
no test coverage detected