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

Function getProps

src/common/react.ts:25–28  ·  view source on GitHub ↗
(
  getProps: ((...ids: Ids) => Props) | undefined,
  ...ids: Ids
)

Source from the content-addressed store, hash-verified

23} = React;
24
25export const getProps = <Props extends IdObj<any>>(
26 getProps: ((...ids: Ids) => Props) | undefined,
27 ...ids: Ids
28): Props => (isUndefined(getProps) ? ({} as Props) : getProps(...ids));
29
30export const getRelationshipsStoreTableIds = (
31 relationships: Relationships | undefined,

Callers

nothing calls this directly

Calls 1

isUndefinedFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…