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

Function buildFallbackTopicTitle

lib/ai-processing.ts:447–449  ·  view source on GitHub ↗
(startTime: number, endTime: number)

Source from the content-addressed store, hash-verified

445}
446
447export function buildFallbackTopicTitle(startTime: number, endTime: number): string {
448 return `Highlights from ${formatTime(startTime)}-${formatTime(endTime)}`;
449}
450
451function buildFallbackTopics(
452 transcript: TranscriptSegment[],

Callers 2

buildFallbackTopicsFunction · 0.85

Calls 1

formatTimeFunction · 0.70

Tested by

no test coverage detected