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

Function sqliteBigintText

apps/local/src/db/v1-v2-migration.ts:767–768  ·  view source on GitHub ↗
(value: number | null)

Source from the content-addressed store, hash-verified

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));
769
770const legacyBlobNamespace = (
771 namespace: string,

Callers 1

insertPlanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected