MCPcopy
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

initializeFunction · 0.45
stopLakeMethod · 0.45
constructorMethod · 0.45

Calls 2

stopLakeMethod · 0.95
abortAllMethod · 0.45

Tested by

no test coverage detected