MCPcopy
hub / github.com/tinyplex/tinybase / jsonParseWithUndefined

Function jsonParseWithUndefined

test/unit/persisters/common/mocks.ts:57–60  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

55 );
56
57const jsonParseWithUndefined = (str: string): any =>
58 JSON.parse(str, (_key, value) =>
59 value === UNDEFINED_MARKER ? undefined : value,
60 );
61
62const yMapMatch = (
63 yMapOrParent: YMap<any>,

Callers 2

getMockedCustomFunction · 0.70
mocks.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…