Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ getUiAPI
Function
getUiAPI
packages/browser/src/client/ui.ts:4–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
/* @__NO_SIDE_EFFECTS__ */
4
export
function
getUiAPI(): BrowserUI | undefined {
5
// @ts-expect-error not typed global
6
return
window.__vitest_ui_api__
7
}
Callers
2
cleanupTesters
Method · 0.90
setIframeViewport
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected