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

Function getCallbackOrUndefined

src/ui-solid-dom/common/hooks.tsx:36–37  ·  view source on GitHub ↗
(callback: any, test: any)

Source from the content-addressed store, hash-verified

34});
35
36export const getCallbackOrUndefined = (callback: any, test: any): any =>
37 test ? callback : undefined;
38
39export const getParams = <
40 Params extends HtmlTableParams | RelationshipInHtmlRowParams,

Callers 2

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