MCPcopy Create free account
hub / github.com/anomalyco/opencode / handleOpenChange

Function handleOpenChange

packages/session-ui/src/components/message-part.tsx:1011–1014  ·  view source on GitHub ↗
(value: boolean)

Source from the content-addressed store, hash-verified

1009 )
1010 const summary = createMemo(() => contextToolSummary(props.parts))
1011 const handleOpenChange = (value: boolean) => {
1012 setOpen(value)
1013 props.onSizeChange?.()
1014 }
1015
1016 return (
1017 <Collapsible

Callers

nothing calls this directly

Calls 1

setOpenFunction · 0.70

Tested by

no test coverage detected