Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ clear
Method
clear
packages/fetch/src/certs.ts:124–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
122
}
123
124
async
clear(): Promise<void> {
125
this._customCerts.clear();
126
this._initialized = false;
127
this._fixedCa = [];
128
}
129
}
Callers
5
getAgentOptions.test.ts
File · 0.45
certs.test.ts
File · 0.45
ssl-certificate.test.ts
File · 0.45
EditToolScenarios.test.tsx
File · 0.45
localStorage.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected