Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/google-gemini/gemini-cli
/ fileExists
Function
fileExists
scripts/telemetry_utils.js:105–107 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
103
}
104
105
export
function
fileExists(filePath) {
106
return
fs.existsSync(filePath);
107
}
108
109
export
function
readJsonFile(filePath) {
110
if
(!fileExists(filePath)) {
Callers
7
resolveRipgrepPath
Function · 0.90
fileUtils.test.ts
File · 0.90
validatePlanPath
Function · 0.90
main
Function · 0.90
main
Function · 0.90
readJsonFile
Function · 0.70
ensureBinary
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected