Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/brimdata/zui
/ stop
Method
stop
apps/zui/src/core/main/main-object.ts:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
async
stop() {
104
await
this.abortables.abortAll()
105
await
this.stopLake()
106
}
107
108
async
resetState() {
109
// clear keys from secrets storage
Callers
3
initialize
Function · 0.45
stopLake
Method · 0.45
constructor
Method · 0.45
Calls
2
stopLake
Method · 0.95
abortAll
Method · 0.45
Tested by
no test coverage detected