Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/markmap/markmap
/ destroy
Method
destroy
packages/markmap-cli/src/util/dev-server.ts:281–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
279
}
280
281
async
destroy() {
282
await
this.shutdown();
283
this.disposeList.forEach((dispose) => dispose());
284
}
285
286
private _watch(filePath: string, callback: () => MaybePromise<void>) {
287
let
{ watcher } = this;
Callers
1
cancel
Function · 0.45
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected