MCPcopy Create free account
hub / github.com/google-gemini/gemini-cli / isUpdateInProgress

Function isUpdateInProgress

packages/cli/src/utils/handleAutoUpdate.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export function isUpdateInProgress() {
28 return _updateInProgress;
29}
30
31/**
32 * Returns a promise that resolves when the update process completes or times out.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected