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

Function createBenchContainer

benchmarks/memory/client/lifecycle.ts:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26export function createBenchContainer() {
27 const container = document.createElement('div')
28 document.body.append(container)
29
30 return container
31}
32
33export function removeBenchContainer(container: HTMLDivElement | undefined) {
34 container?.remove()

Callers 6

beforeFunction · 0.90
beforeFunction · 0.90
cycleFunction · 0.90
beforeFunction · 0.90
beforeFunction · 0.90
beforeFunction · 0.90

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected