MCPcopy Create free account
hub / github.com/ConsortiumAI/Consortium / clearCredentials

Function clearCredentials

packages/consortium-cli/src/persistence.ts:173–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

171}
172
173export async function clearCredentials(): Promise<void> {
174 if (existsSync(configuration.privateKeyFile)) {
175 await unlink(configuration.privateKeyFile);
176 }
177}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected