Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/BuilderIO/agent-native
/ currentOrgId
Function
currentOrgId
packages/dispatch/src/server/lib/dispatch-store.ts:131–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
129
}
130
131
export
function
currentOrgId(): string | null {
132
return
getRequestOrgId() || null;
133
}
134
135
/**
136
* Caller-supplied access context
for
dispatch operations that work by
Callers
15
requireWorkspaceResourceCtx
Function · 0.70
orgFilter
Function · 0.70
createWorkspaceResource
Function · 0.70
createResourceGrant
Function · 0.70
requireVaultCtx
Function · 0.70
orgFilter
Function · 0.70
recordVaultAudit
Function · 0.70
createRequest
Function · 0.70
scopedSettingsKey
Function · 0.70
requestOwnerRole
Function · 0.70
assertCanManageAppCreationSettings
Function · 0.70
requireDispatchCtx
Function · 0.70
Calls
1
getRequestOrgId
Function · 0.90
Tested by
no test coverage detected