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

Function getPath

src/tools/FileEditTool/FileEditTool.ts:112–114  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

110 return `${input.file_path}: ${input.new_string}`
111 },
112 getPath(input): string {
113 return input.file_path
114 },
115 backfillObservableInput(input) {
116 // hooks.mdx documents file_path as absolute; expand so hook allowlists
117 // can't be bypassed via ~ or relative paths.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected