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

Function mapKeys

src/common/map.ts:20–22  ·  view source on GitHub ↗
(map: Map<Key, unknown> | undefined)

Source from the content-addressed store, hash-verified

18): Map<Key, Value> => new map(entries);
19
20export const mapKeys = <Key>(map: Map<Key, unknown> | undefined): Key[] => [
21 ...(map?.keys() ?? []),
22];
23
24export const mapGet = <Key, Value>(
25 map: Map<Key, Value> | undefined,

Callers 10

getTableIdsFunction · 0.90
getTableCellIdsFunction · 0.90
getRowIdsFunction · 0.90
getCellIdsFunction · 0.90
getValueIdsFunction · 0.90
getSliceIdsFunction · 0.90
getThingIdsFunction · 0.90
getPathIdsFunction · 0.90
getClientIdsFunction · 0.90
mapEqualsFunction · 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…