MCPcopy Create free account
hub / github.com/TanStack/router / removeBenchContainer

Function removeBenchContainer

benchmarks/memory/client/lifecycle.ts:33–35  ·  view source on GitHub ↗
(container: HTMLDivElement | undefined)

Source from the content-addressed store, hash-verified

31}
32
33export function removeBenchContainer(container: HTMLDivElement | undefined) {
34 container?.remove()
35}
36
37export function nextAnimationFrame() {
38 return new Promise<void>((resolve) => {

Callers 6

afterFunction · 0.90
afterFunction · 0.90
cycleFunction · 0.90
afterFunction · 0.90
afterFunction · 0.90
afterFunction · 0.90

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected