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

Function sortedIdsMap

src/common/inspector/common.ts:48–51  ·  view source on GitHub ↗
(
  ids: Ids,
  callback: (id: Id) => Return,
)

Source from the content-addressed store, hash-verified

46};
47
48export const sortedIdsMap = <Return>(
49 ids: Ids,
50 callback: (id: Id) => Return,
51): Return[] => arrayMap(arraySort([...ids]), callback);

Callers 8

childrenFunction · 0.90
IndexesViewFunction · 0.90
QueriesViewFunction · 0.90
RelationshipsViewFunction · 0.90
IndexesViewFunction · 0.90
TablesViewFunction · 0.90
RelationshipsViewFunction · 0.90
QueriesViewFunction · 0.90

Calls 2

arrayMapFunction · 0.90
arraySortFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…