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

Function inputSchema

src/tools/FileWriteTool/FileWriteTool.ts:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 renderToolUseMessage,
112 isResultTruncated,
113 get inputSchema(): InputSchema {
114 return inputSchema()
115 },
116 get outputSchema(): OutputSchema {
117 return outputSchema()
118 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected