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

Function getMockTranscript

lib/mock-data.ts:29–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 * Get mock transcript for a given video ID
28 */
29export function getMockTranscript() {
30 return {
31 content: MOCK_TRANSCRIPT,
32 lang: 'en',
33 availableLangs: ['en']
34 };
35}
36
37/**
38 * Check if mock data should be used

Callers 1

handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected