MCPcopy Index your code
hub / github.com/coder/code-server / cancel

Method cancel

test/e2e/models/CodeServer.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 return this._done
25 }
26 public cancel(): void {
27 this._canceled = true
28 }
29 public finish(): void {
30 this._done = true
31 }

Callers 1

navigateItemsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected