MCPcopy
hub / github.com/freedomofdevelopers/fod / check

Function check

fodcmd/main.go:21–25  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

19)
20
21func check(err error) {
22 if err != nil {
23 log.Fatal(err)
24 }
25}
26
27func openFile(f string) (io.WriteCloser, error) {
28 fl, err := os.Create(f)

Callers 2

executeFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected