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

Function collectTables

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

Source from the content-addressed store, hash-verified

805// ---------------------------------------------------------------------------
806
807export const collectTables = (): FumaTables => {
808 validateExecutorOwnerPolicyTables(coreSchema);
809 return { ...coreSchema };
810};
811
812const validateExecutorOwnerPolicyTables = (tables: FumaTables): void => {
813 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