MCPcopy Create free account
hub / github.com/OpenHands/OpenHands / resetPersistedSessionApiKeyCache

Function resetPersistedSessionApiKeyCache

scripts/dev-safe.mjs:176–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

174 * Intended for tests that swap the persisted file path between cases.
175 */
176export function resetPersistedSessionApiKeyCache() {
177 persistedApiKeyCache.clear();
178}
179
180function isEnoentError(error) {
181 return Boolean(

Calls

no outgoing calls

Tested by

no test coverage detected