MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / hasAnswerAt

Function hasAnswerAt

app/src/modules/interactions.js:260–264  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

258}
259
260function hasAnswerAt(index) {
261 const selected = currentAnswers[index];
262 if (selected && selected.size > 0) return true;
263 return !!String(currentOtherTexts[index] || '').trim();
264}
265
266function buildQuestionResponses() {
267 return currentQuestionItem.questions.map((_, index) => ({

Callers 2

goToNextFunction · 0.70
submitAllAnswersFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected