Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ prompt
Function
prompt
src/tools/TaskListTool/TaskListTool.ts:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return
DESCRIPTION
39
},
40
async
prompt() {
41
return
getPrompt()
42
},
43
get inputSchema(): InputSchema {
44
return
inputSchema()
45
},
Callers
nothing calls this directly
Calls
1
getPrompt
Function · 0.70
Tested by
no test coverage detected