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

Function EMPTY_CONTEXT

src/ui-solid/context.ts:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72const TINYBASE_CONTEXT = TINYBASE + '_uisc';
73const EMPTY_CONTEXT = () => [] as ContextValue;
74const EMPTY_CONTEXT_VALUE = {value: EMPTY_CONTEXT};
75const GLOBAL_CONTEXT = GLOBAL as typeof GLOBAL &
76 Record<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…