MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getPromptForCommand

Function getPromptForCommand

src/commands.ts:198–202  ·  view source on GitHub ↗
(args, context)

Source from the content-addressed store, hash-verified

196 progressMessage: 'analyzing your sessions',
197 source: 'builtin',
198 async getPromptForCommand(args, context) {
199 const real = (await import('./commands/insights.js')).default
200 if (real.type !== 'prompt') throw new Error('unreachable')
201 return real.getPromptForCommand(args, context)
202 },
203}
204import oauthRefresh from './commands/oauth-refresh/index.js'
205import debugToolCall from './commands/debug-tool-call/index.js'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected