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

Function fumaDbInternals

apps/cloud/src/db/db.schema.test.ts:43–46  ·  view source on GitHub ↗
(
  value: unknown,
)

Source from the content-addressed store, hash-verified

41}
42
43const fumaDbInternals = (
44 value: unknown,
45): { internal: { tables: Record<string, GeneratedFumaTable> } } =>
46 value as { internal: { tables: Record<string, GeneratedFumaTable> } };
47
48const drizzleTableColumns = (value: unknown): Record<string, unknown> =>
49 value as Record<string, unknown>;

Callers 1

db.schema.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected