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

Function requiredJsonText

apps/local/src/db/v1-v2-migration.ts:765–765  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

763};
764
765const requiredJsonText = (value: unknown): string => jsonText(value) ?? JSON.stringify({});
766
767const sqliteBigintText = (value: number | null): string | null =>
768 value == null ? null : String(Math.trunc(value));

Callers 1

insertPlanFunction · 0.85

Calls 1

jsonTextFunction · 0.85

Tested by

no test coverage detected