Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ inputSchema
Function
inputSchema
src/tools/TodoWriteTool/TodoWriteTool.ts:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
return
PROMPT
41
},
42
get inputSchema(): InputSchema {
43
return
inputSchema()
44
},
45
get outputSchema(): OutputSchema {
46
return
outputSchema()
47
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected