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

Function act

test/unit/core/ui-solid/ui-solid-dom.test.tsx:41–41  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

39
40const nullEvent = (_offset: number) => null;
41const act = (callback: () => void) => callback();
42const render = (getComponent: () => JSXElement) => {
43 const container = document.createElement('div');
44 document.body.appendChild(container);

Calls

no outgoing calls

Tested by

no test coverage detected