MCPcopy Create free account
hub / github.com/tinyplex/tinybase / getIdsAsProp

Function getIdsAsProp

test/unit/core/ui-solid/ui-solid-dom.test.tsx:37–38  ·  view source on GitHub ↗
(id1: Id, id2?: Id)

Source from the content-addressed store, hash-verified

35);
36
37const getIdsAsProp = (id1: Id, id2?: Id) =>
38 id2 == null ? {0: id1} : {0: id1, 1: id2};
39
40const nullEvent = (_offset: number) => null;
41const act = (callback: () => void) => callback();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…