MCPcopy Create free account
hub / github.com/code100x/cms / Video

Interface Video

src/db/course.ts:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface Video extends Content {
28 type: 'video';
29}
30
31export async function getAllCourses() {
32 const value = await cache.get('getAllCourses', []);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected