MCPcopy
hub / github.com/codeaashu/claude-code / call

Function call

src/commands/clear/clear.ts:4–7  ·  view source on GitHub ↗
(_, context)

Source from the content-addressed store, hash-verified

2import { clearConversation } from './conversation.js'
3
4export const call: LocalCommandCall = async (_, context) => {
5 await clearConversation(context)
6 return { type: 'text', value: '' }
7}
8
9

Callers

nothing calls this directly

Calls 1

clearConversationFunction · 0.85

Tested by

no test coverage detected