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

Function mapId

apps/local/src/db/v1-v2-migration.ts:741–742  ·  view source on GitHub ↗
(id: string | null, overrides: ReadonlyMap<string, string>)

Source from the content-addressed store, hash-verified

739};
740
741const mapId = (id: string | null, overrides: ReadonlyMap<string, string>): string | null =>
742 id == null ? null : (overrides.get(id) ?? id);
743
744const mapItemIds = (
745 ids: Record<string, string>,

Callers 1

insertPlanFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected