MCPcopy Index your code
hub / github.com/anomalyco/opencode / titleContent

Function titleContent

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

Source from the content-addressed store, hash-verified

2464 const running = createMemo(() => props.status === "pending" || props.status === "running")
2465
2466 const titleContent = () => <TextShimmer text={title()} active={running()} />
2467
2468 const trigger = () => (
2469 <div data-slot="basic-tool-tool-info-structured">

Callers 1

triggerFunction · 0.85

Calls 1

titleFunction · 0.50

Tested by

no test coverage detected