MCPcopy Create free account
hub / github.com/Tylous/ZipExec / check

Function check

ZipExec.go:12–16  ·  view source on GitHub ↗
(e error)

Source from the content-addressed store, hash-verified

10)
11
12func check(e error) {
13 if e != nil {
14 panic(e)
15 }
16}
17
18func Writefile(outFile, result string) {
19 cf, err := os.OpenFile(outFile, os.O_CREATE|os.O_WRONLY, 0644)

Callers 1

WritefileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected