MCPcopy Index your code
hub / github.com/codeaashu/claude-code / handleRemove

Function handleRemove

src/commands/x402/x402.ts:172–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170}
171
172function handleRemove(): string {
173 removeX402PrivateKey()
174 return 'Wallet removed and x402 payments disabled.\nPrivate key has been deleted from config.'
175}
176
177export const call: LocalCommandCall = async (args) => {
178 const subcommand = (args ?? '').trim().split(/\s+/)[0]?.toLowerCase()

Callers 2

RemoveWorkspaceDirectoryFunction · 0.85
callFunction · 0.85

Calls 1

removeX402PrivateKeyFunction · 0.85

Tested by

no test coverage detected