MCPcopy 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

updateTemplateFunction · 0.95

Calls 1

callbackMethod · 0.80

Tested by

no test coverage detected