MCPcopy
hub / github.com/anomalyco/opencode / value

Function value

packages/session-ui/src/components/line-comment-annotations.tsx:378–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376 return note.isEditing(comment.id)
377 ? {
378 get value() {
379 return note.draft()
380 },
381 selection: formatSelectedLineLabel(comment.selection, i18n.t),
382 mention: props.mention,
383 onInput: note.setDraft,

Callers 9

FileMediaFunction · 0.70
ToolErrorCardFunction · 0.70
PacedMarkdownFunction · 0.70
ToolFileAccordionFunction · 0.70
rankByFunction · 0.50
createUsageProductRecordFunction · 0.50
createTokenProductRecordFunction · 0.50
createRangeRecordFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected