MCPcopy
hub / github.com/GoesToEleven/golang-web-dev / check

Function check

032_rdbms/02_SQL/main.go:141–145  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

139}
140
141func check(err error) {
142 if err != nil {
143 fmt.Println(err)
144 }
145}

Callers 9

mainFunction · 0.70
indexFunction · 0.70
amigosFunction · 0.70
createFunction · 0.70
insertFunction · 0.70
readFunction · 0.70
updateFunction · 0.70
delFunction · 0.70
dropFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected