MCPcopy 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
131export function currentOrgId(): string | null {
132 return getRequestOrgId() || null;
133}
134
135/**
136 * Caller-supplied access context for dispatch operations that work by

Callers 15

orgFilterFunction · 0.70
createWorkspaceResourceFunction · 0.70
createResourceGrantFunction · 0.70
requireVaultCtxFunction · 0.70
orgFilterFunction · 0.70
recordVaultAuditFunction · 0.70
createRequestFunction · 0.70
scopedSettingsKeyFunction · 0.70
requestOwnerRoleFunction · 0.70
requireDispatchCtxFunction · 0.70

Calls 1

getRequestOrgIdFunction · 0.90

Tested by

no test coverage detected