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

Function nullEvent

test/unit/core/ui-solid/ui-solid-dom.test.tsx:40–40  ·  view source on GitHub ↗
(_offset: number)

Source from the content-addressed store, hash-verified

38 id2 == null ? {0: id1} : {0: id1, 1: id2};
39
40const nullEvent = (_offset: number) => null;
41const act = (callback: () => void) => callback();
42const render = (getComponent: () => JSXElement) => {
43 const container = document.createElement('div');

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…