Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ inputSchema
Function
inputSchema
src/tools/WebSearchTool/WebSearchTool.ts:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
return
false
193
},
194
get inputSchema(): InputSchema {
195
return
inputSchema()
196
},
197
get outputSchema(): OutputSchema {
198
return
outputSchema()
199
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected