MCPcopy
hub / github.com/CapSoftware/Cap / getFileKey

Method getFileKey

packages/web-domain/src/Video.ts:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 ownerId: Schema.String,
135}) {
136 getFileKey() {
137 return `${this.ownerId}/${this.videoId}/result.mp4`;
138 }
139}
140
141export class M3U8Source extends Schema.TaggedClass<M3U8Source>()("M3U8Source", {

Callers 3

VideosClass · 0.80
ImportVideo.tsFile · 0.80
route.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected