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

Function getParams

src/ui-solid-dom/common/hooks.tsx:39–43  ·  view source on GitHub ↗
(
  ...args: Params
)

Source from the content-addressed store, hash-verified

37 test ? callback : undefined;
38
39export const getParams = <
40 Params extends HtmlTableParams | RelationshipInHtmlRowParams,
41>(
42 ...args: Params
43): Params => args;
44
45export const useCells = (
46 defaultCellIds: MaybeAccessor<Ids>,

Callers 6

TableInHtmlTableFunction · 0.90
contentFunction · 0.90
ResultTableInHtmlTableFunction · 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…