MCPcopy Index your code
hub / github.com/iptv-org/iptv / getFilepath

Method getFilepath

scripts/models/stream.ts:379–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 getFilepath(): string {
380 return this.filepath || ''
381 }
382
383 getFilename(): string {
384 return path.basename(this.getFilepath())

Callers 5

getUniqKeyMethod · 0.95
getFilenameMethod · 0.95
saveStreamsFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected