MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getFullText

Method getFullText

sdk/e2e/utils/event-collector.ts:72–76  ·  view source on GitHub ↗

Get all text content concatenated

()

Source from the content-addressed store, hash-verified

70
71 /** Get all text content concatenated */
72 getFullText(): string {
73 return this.getEventsByType('text')
74 .map((e) => e.text)
75 .join('')
76 }
77
78 /** Get all stream chunks concatenated (strings only) */
79 getFullStreamText(): string {

Calls 1

getEventsByTypeMethod · 0.95

Tested by

no test coverage detected