Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ value
Function
value
packages/opencode/src/cli/cmd/run/footer.question.tsx:337–337 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
<For each={props.request.questions}>
336
{(item, index) => {
337
const value = () => state().answers[index()]?.join(
", "
) ??
""
338
const answered = () => Boolean(value())
339
return (
340
<box paddingLeft={1}>
Callers
2
answered
Function · 0.70
RunQuestionBody
Function · 0.70
Calls
2
state
Function · 0.70
index
Function · 0.50
Tested by
no test coverage detected