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

Function showAdd

packages/ui/src/components/list.tsx:95–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 const searchAction = () => searchProps().action
94 const addProps = () => props.add
95 const showAdd = () => !!addProps()
96
97 const moved = (event: MouseEvent) => event.movementX !== 0 || event.movementY !== 0
98

Callers 1

ListFunction · 0.85

Calls 1

addPropsFunction · 0.85

Tested by

no test coverage detected