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

Function getStoreCellComponentProps

src/ui-solid-dom/common/hooks.tsx:23–26  ·  view source on GitHub ↗
(
  store: StoreOrStoreId | undefined,
  tableId: Id,
)

Source from the content-addressed store, hash-verified

21} from './index.tsx';
22
23export const getStoreCellComponentProps = (
24 store: StoreOrStoreId | undefined,
25 tableId: Id,
26): {store: StoreOrStoreId | undefined; tableId: Id} => ({store, tableId});
27
28export const getQueriesCellComponentProps = (
29 queries: QueriesOrQueriesId | undefined,

Callers 3

TableInHtmlTableFunction · 0.90
SortedTableInHtmlTableFunction · 0.90
SliceInHtmlTableFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…