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

Function getProps

docs/pseudo.esm.sh/tinybase@9.0.0/ui-react/index.js:109–109  ·  view source on GitHub ↗
(getProps2, ...ids)

Source from the content-addressed store, hash-verified

107 useSyncExternalStore
108} = React;
109var getProps = (getProps2, ...ids) => isUndefined(getProps2) ? {} : getProps2(...ids);
110var getRelationshipsStoreTableIds = (relationships, relationshipId) => [
111 relationships,
112 relationships?.getStore(),

Callers 11

ResultRowViewFunction · 0.70
RowViewFunction · 0.70
tableViewFunction · 0.70
resultTableViewFunction · 0.70
useComponentPerRowFunction · 0.70
getUseCheckpointViewFunction · 0.70
SliceViewFunction · 0.70
IndexViewFunction · 0.70
RemoteRowViewFunction · 0.70
TablesViewFunction · 0.70
ValuesViewFunction · 0.70

Calls 2

isUndefinedFunction · 0.70
getProps2Function · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…