MCPcopy
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
145func checkNilErr(err error) {
146 if err != nil {
147 log.Fatal(err)
148 }
149}

Callers 7

initFunction · 0.70
insertOneMovieFunction · 0.70
updateOneMovieFunction · 0.70
deleteOneMovieFunction · 0.70
deleteAllMoviesFunction · 0.70
getAllMoviesFunction · 0.70
getOneMoviesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected