Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
export
function
removeBenchContainer(container: HTMLDivElement | undefined) {
34
container?.remove()
35
}
36
37
export
function
nextAnimationFrame() {
38
return
new
Promise<void>((resolve) => {
Callers
6
after
Function · 0.90
after
Function · 0.90
cycle
Function · 0.90
after
Function · 0.90
after
Function · 0.90
after
Function · 0.90
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected