Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
func
check(err error) {
22
if
err != nil {
23
log.Fatal(err)
24
}
25
}
26
27
func
openFile(f string) (io.WriteCloser, error) {
28
fl, err := os.Create(f)
Callers
2
execute
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected