MCPcopy 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
41export const nextAnimationFrame = () => {
42 return new Promise<number>((resolve) => requestAnimationFrame(resolve));
43};

Callers 6

handleSelectFunction · 0.90
PanelsFunction · 0.90
DefinitionViewerFunction · 0.90
CodeViewerFunction · 0.90
SQLEditorFunction · 0.90
ChatPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected