MCPcopy Index your code
hub / github.com/tinyplex/tinybase / escapeIds

Function escapeIds

src/persisters/common/database/common.ts:70–70  ·  view source on GitHub ↗
(...ids: Ids)

Source from the content-addressed store, hash-verified

68 );
69
70export const escapeIds = (...ids: Ids) => escapeId(arrayJoin(ids, '_'));
71
72export const escapeColumnNames = (...columnNames: string[]) =>
73 arrayJoin(arrayMap(columnNames, escapeId), COMMA);

Callers 3

createFunctionFunction · 0.90
addDataChangedTriggersFunction · 0.90
addPersisterListenerFunction · 0.90

Calls 2

arrayJoinFunction · 0.90
escapeIdFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…