MCPcopy
hub / github.com/coder/mux / getStatus

Method getStatus

src/node/services/updateService.ts:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 installUpdate(): void;
13 subscribe(callback: (status: UpdateStatus) => void): () => void;
14 getStatus(): UpdateStatus;
15 getChannel(): UpdateChannel;
16 setChannel(channel: UpdateChannel): void;
17}

Callers 15

onPassiveRuntimeEligibleFunction · 0.65
constructorMethod · 0.65
refreshAllMethod · 0.65
useRuntimeStatusFunction · 0.65
checkWorkspaceStatusMethod · 0.65
tryFetchWorkspacesMethod · 0.65
useGitStatusFunction · 0.65
updater.test.tsFile · 0.65

Implementers 1

UpdaterServicesrc/desktop/updater.ts

Calls

no outgoing calls

Tested by

no test coverage detected