MCPcopy Create free account
hub / github.com/codeaashu/claude-code / prompt

Function prompt

src/tools/FileEditTool/FileEditTool.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 return 'A tool for editing files'
93 },
94 async prompt() {
95 return getEditToolDescription()
96 },
97 userFacingName,
98 getToolUseSummary,
99 getActivityDescription(input) {

Callers

nothing calls this directly

Calls 1

getEditToolDescriptionFunction · 0.85

Tested by

no test coverage detected