Kind: Function
Source: atloria-monorepo/libs/database/src/lib/tenant-context.ts
Run fn with tenant scoping explicitly bypassed. Use for a deliberate cross-org read inside a
request. If there is no active context this is a no-op passthrough.
Signature
tsfunction runWithTenantBypass(fn: () => T): T
Parameters
| Name | Type |
|---|---|
fn | () => T |
Returns: T
Was this page helpful?