MCPcopy Create free account
hub / github.com/SamuelZ12/longcut / combineTranscript

Function combineTranscript

lib/ai-processing.ts:638–640  ·  view source on GitHub ↗
(segments: TranscriptSegment[])

Source from the content-addressed store, hash-verified

636}
637
638function combineTranscript(segments: TranscriptSegment[]): string {
639 return segments.map((s) => s.text).join(' ');
640}
641
642function formatTranscriptWithTimestamps(segments: TranscriptSegment[]): string {
643 return segments

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected