Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ done
Method
done
site/e2e/helpers.ts:855–861 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
853
}
854
855
public done(): void {
856
if
(this.callback) {
857
this.callback();
858
}
else
{
859
this.promise = Promise.resolve();
860
}
861
}
862
863
public wait(): Promise<void> {
864
return
this.promise;
Callers
2
updateTemplate
Function · 0.95
externalAuth.spec.ts
File · 0.45
Calls
1
callback
Method · 0.80
Tested by
no test coverage detected