Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytebase/bytebase
/ nextAnimationFrame
Function
nextAnimationFrame
frontend/src/utils/dom.ts:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
};
40
41
export
const
nextAnimationFrame = () => {
42
return
new
Promise<number>((resolve) => requestAnimationFrame(resolve));
43
};
Callers
6
handleSelect
Function · 0.90
Panels
Function · 0.90
DefinitionViewer
Function · 0.90
CodeViewer
Function · 0.90
SQLEditor
Function · 0.90
ChatPanel
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected