MCPcopy Create free account
hub / github.com/modem-dev/hunk / renderOnce

Function renderOnce

benchmarks/navigation-memory.ts:205–210  ·  view source on GitHub ↗
(setup: Awaited<ReturnType<typeof testRender>>)

Source from the content-addressed store, hash-verified

203}
204
205async function renderOnce(setup: Awaited<ReturnType<typeof testRender>>) {
206 await act(async () => {
207 await setup.renderOnce();
208 await Bun.sleep(0);
209 });
210}
211
212async function pressNavigationKey(setup: Awaited<ReturnType<typeof testRender>>, key: "]" | "[") {
213 await act(async () => {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected