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

Function writeByteToFile

src/toolchain.go:309–315  ·  view source on GitHub ↗
(file string, data []byte)

Source from the content-addressed store, hash-verified

307}
308
309func writeByteToFile(file string, data []byte) (err error) {
310
311 var filename = getPlatformFile(file)
312 err = os.WriteFile(filename, data, 0644)
313
314 return
315}
316
317func readStringFromFile(file string) (str string, err error) {
318

Callers 6

getProviderDataFunction · 0.85
ThreadfinRestoreFromWebFunction · 0.85
createXMLTVFileFunction · 0.85
buildM3UFunction · 0.85
uploadLogoFunction · 0.85
saveSettingsFunction · 0.85

Calls 1

getPlatformFileFunction · 0.70

Tested by

no test coverage detected