MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / collectTables

Function collectTables

packages/core/sdk/src/executor.ts:461–464  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459// ---------------------------------------------------------------------------
460
461export const collectTables = (): FumaTables => {
462 validateExecutorOwnerPolicyTables(coreSchema);
463 return { ...coreSchema };
464};
465
466const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => {
467 for (const [tableKey, tableDef] of Object.entries(tables)) {

Callers 15

schemaGenerateActionFunction · 0.90
createExecutorFunction · 0.90
withDbFunction · 0.90
makeTestConfigFunction · 0.90
sqlite.test.tsFile · 0.90
buildSandboxBridgeFunction · 0.90
setupFunction · 0.90
db.schema.test.tsFile · 0.90
createExecutorFunction · 0.85

Calls 1

Tested by 9

withDbFunction · 0.72
buildSandboxBridgeFunction · 0.72
buildScopedExecutorFunction · 0.68
makeExecutorFunction · 0.68
startHarnessFunction · 0.68
startHarnessFunction · 0.68
bootRealStackFunction · 0.68
bootOnceFunction · 0.68
makeOwnedTestDatabaseFunction · 0.68