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

Function resetPersistedSessionApiKeyCache

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

Source from the content-addressed store, hash-verified

184 * Intended for tests that swap the persisted file path between cases.
185 */
186export function resetPersistedSessionApiKeyCache() {
187 persistedApiKeyCache.clear();
188}
189
190function isEnoentError(error) {
191 return Boolean(

Calls

no outgoing calls

Tested by

no test coverage detected