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

Function nonFunctionDeps

src/ui-react/hooks.ts:545–547  ·  view source on GitHub ↗
(
  args: (Id | GetId<Parameter> | boolean | undefined)[],
)

Source from the content-addressed store, hash-verified

543 );
544
545const nonFunctionDeps = <Parameter>(
546 args: (Id | GetId<Parameter> | boolean | undefined)[],
547) => arrayFilter(args, (arg) => !isFunction(arg));
548
549const useDel = <Parameter>(
550 storeOrStoreId: StoreOrStoreId | undefined,

Callers 2

useSetCallbackFunction · 0.70
useDelFunction · 0.70

Calls 2

arrayFilterFunction · 0.90
isFunctionFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…