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

Function prompt

src/tools/PowerShellTool/PowerShellTool.tsx:282–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280 return description || 'Run PowerShell command';
281 },
282 async prompt(): Promise<string> {
283 return getPrompt();
284 },
285 isConcurrencySafe(input: PowerShellToolInput): boolean {
286 return this.isReadOnly?.(input) ?? false;
287 },

Callers

nothing calls this directly

Calls 1

getPromptFunction · 0.70

Tested by

no test coverage detected