Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RioArisk/claudecode_api_RemoteControl
/ isTodoTool
Function
isTodoTool
app/src/modules/todo.js:175–177 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
173
}
174
175
export
function
isTodoTool(name) {
176
return
name ===
'TaskCreate'
|| name ===
'TaskUpdate'
|| name ===
'TaskList'
|| name ===
'TaskGet'
;
177
}
178
179
export
function
renderTodoPanel() {
180
const
panel = $(
'todo-panel'
);
Callers
1
renderAssistant
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected