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