MCPcopy Create free account
hub / github.com/chain/Core / must

Function must

cmd/deploy/main.go:176–180  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

174}
175
176func must(err error) {
177 if err != nil {
178 panic(err)
179 }
180}
181
182func might(err error) {
183 if err != nil {

Callers 2

mainFunction · 0.70
mustBuildFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected