MCPcopy Index your code
hub / github.com/Threadfin/Threadfin / getFilenameFromPath

Function getFilenameFromPath

src/toolchain.go:173–175  ·  view source on GitHub ↗

Dateinamen aus dem Dateipfad ausgeben

(path string)

Source from the content-addressed store, hash-verified

171
172// Dateinamen aus dem Dateipfad ausgeben
173func getFilenameFromPath(path string) (file string) {
174 return filepath.Base(path)
175}
176
177// Nicht mehr verwendete Systemdaten löschen
178func removeOldSystemData() {

Callers 10

getProviderDataFunction · 0.70
downloadFileFromServerFunction · 0.70
createXEPGMappingFunction · 0.70
parsePlaylistFunction · 0.70
buildDatabaseDVRFunction · 0.70
ThreadfinFunction · 0.70
ImagesFunction · 0.70
DataImagesFunction · 0.70
WebFunction · 0.70
DownloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected