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

Function collectTables

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

Source from the content-addressed store, hash-verified

816// ---------------------------------------------------------------------------
817
818export const collectTables = (): FumaTables => {
819 validateExecutorOwnerPolicyTables(coreSchema);
820 return { ...coreSchema };
821};
822
823const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => {
824 for (const [tableKey, tableDef] of Object.entries(tables)) {

Callers 15

schemaGenerateActionFunction · 0.90
withDbFunction · 0.90
createExecutorFunction · 0.90
withDbFunction · 0.90
withDbFunction · 0.90
withDbFunction · 0.90
withDbFunction · 0.90
withDbFunction · 0.90
makeTestConfigFunction · 0.90
withDbFunction · 0.90

Calls 1

Tested by 15

withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
withDbFunction · 0.72
makeDbFunction · 0.72
buildSandboxBridgeFunction · 0.72
makeStackProbeStateFunction · 0.72
buildScopedExecutorFunction · 0.68