Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
must(err error) {
177
if
err != nil {
178
panic(err)
179
}
180
}
181
182
func
might(err error) {
183
if
err != nil {
Callers
2
main
Function · 0.70
mustBuild
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected