Getting Started
Authoring
Access Control
Reference
-
- Overview
-
- Overview
- collection
- collection/client
- collection/schemas
- manifest/context
- manifest/parse
- manifest/types
- remote
- remote/collection\_wire\_schemas
- remote/sveltekit-guard.server
- runtime/binding
- scope/types
- seed/authoring
- seed/execute
- seed/manifest
- seed/plan
- storage/minio
- system/collections
- system/column\_names
- system/types
- system/workspace-schema
- tenant\_db/bootstrap
- tenant\_db/neon-branch-utils
- tenant\_db/neon-provider
- tenant\_db/provider
- tenant\_db/schema
- tenant\_workspace
- tenant\_workspace/build-output
- tenant\_workspace/migrations/apply
- tenant\_workspace/migrations/errors
- tenant\_workspace/migrations/generate
- tenant\_workspace/migrations/read
- tenant\_workspace/source
Examples
tenant\_workspace/source
tenant_workspace/source
Type Aliases
WorkspaceSourceWalkOptions
type WorkspaceSourceWalkOptions = object;Defined in: platform-utils/src/tenant_workspace/source.ts:13
Properties
Functions
isUtf8Text()
function isUtf8Text(buf): boolean;Defined in: platform-utils/src/tenant_workspace/source.ts:4
Parameters
| Parameter | Type |
|---|---|
buf |
Uint8Array |
Returns
boolean
walkWorkspaceSourceFiles()
function walkWorkspaceSourceFiles(workspacePath, options): Promise<Record<string, string>>;Defined in: platform-utils/src/tenant_workspace/source.ts:64
Parameters
| Parameter | Type |
|---|---|
workspacePath |
string |
options |
WorkspaceSourceWalkOptions |
Returns
Promise<Record<string, string>>
walkWorkspaceSourceRelativePaths()
function walkWorkspaceSourceRelativePaths(workspacePath, options): Promise<string[]>;Defined in: platform-utils/src/tenant_workspace/source.ts:20
Parameters
| Parameter | Type |
|---|---|
workspacePath |
string |
options |
WorkspaceSourceWalkOptions |
Returns
Promise<string[]>