MCPcopy Index your code
hub / github.com/google-gemini/gemini-cli / writeJsonFile

Function writeJsonFile

scripts/telemetry_utils.js:122–124  ·  view source on GitHub ↗
(filePath, data)

Source from the content-addressed store, hash-verified

120}
121
122export function writeJsonFile(filePath, data) {
123 fs.writeFileSync(filePath, JSON.stringify(data, null, 2));
124}
125
126export function moveBinary(source, destination) {
127 try {

Callers 1

manageTelemetrySettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected