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

Function resetPersistedSessionApiKeyCache

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

Source from the content-addressed store, hash-verified

179 * Intended for tests that swap the persisted file path between cases.
180 */
181export function resetPersistedSessionApiKeyCache() {
182 persistedApiKeyCache.clear();
183}
184
185function isEnoentError(error) {
186 return Boolean(

Calls

no outgoing calls

Tested by

no test coverage detected