Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Pradumnasaraf/DevOps
/ checkNilErr
Function
checkNilErr
docs/golang/apps/mongo-api/controller/controller.go:145–149 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
143
}
144
145
func
checkNilErr(err error) {
146
if
err != nil {
147
log.Fatal(err)
148
}
149
}
Callers
7
init
Function · 0.70
insertOneMovie
Function · 0.70
updateOneMovie
Function · 0.70
deleteOneMovie
Function · 0.70
deleteAllMovies
Function · 0.70
getAllMovies
Function · 0.70
getOneMovies
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected