Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/code-server
/ finished
Method
finished
test/e2e/models/CodeServer.ts:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
return
this._canceled
22
}
23
public finished(): boolean {
24
return
this._done
25
}
26
public cancel(): void {
27
this._canceled = true
28
}
Callers
1
openThenWaitClose
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected