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

Function Custom

test/unit/core/ui-solid/ui-solid-dom.test.tsx:33–35  ·  view source on GitHub ↗
({store: _store, queries: _queries, ...props}: ExtraProps)

Source from the content-addressed store, hash-verified

31let queries: Queries;
32
33const Custom = ({store: _store, queries: _queries, ...props}: ExtraProps) => (
34 <b>{JSON.stringify(props)}</b>
35);
36
37const getIdsAsProp = (id1: Id, id2?: Id) =>
38 id2 == null ? {0: id1} : {0: id1, 1: id2};

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…