MCPcopy
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}

Calls

no outgoing calls

Tested by

no test coverage detected