Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export
function
isUpdateInProgress() {
28
return
_updateInProgress;
29
}
30
31
/**
32
* Returns a promise that resolves when the update process completes or times out.
Callers
1
handleAutoUpdate.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected