Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ isReadOnly
Function
isReadOnly
src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx:149–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
147
return true;
148
},
149
isReadOnly() {
150
return true;
151
},
152
toAutoClassifierInput(input) {
153
return input.questions.map(q => q.question).join(
' | '
);
154
},
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected