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

Function pending

packages/session-ui/src/components/basic-tool.tsx:90–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 const open = () => props.open ?? state.open
89 const ready = () => state.ready
90 const pending = () => props.status === "pending" || props.status === "running"
91 const hasChildren = () => (props.defer ? "children" in props : props.children)
92 const dynamicTrigger = typeof props.trigger === "function" ? props.trigger(open) : undefined
93

Callers 5

SessionTurnFunction · 0.70
handleOpenChangeFunction · 0.70
triggerFunction · 0.70
BasicToolV2Function · 0.50
handleOpenChangeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected