MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / flush

Method flush

src/services/code-index/cache-manager.ts:116–118  ·  view source on GitHub ↗

* Flushes any pending debounced cache writes to disk immediately.

()

Source from the content-addressed store, hash-verified

114 * Flushes any pending debounced cache writes to disk immediately.
115 */
116 async flush(): Promise<void> {
117 await this._performSave()
118 }
119
120 /**
121 * Gets a copy of all file hashes

Callers

nothing calls this directly

Calls 1

_performSaveMethod · 0.95

Tested by

no test coverage detected