MCPcopy Create free account
hub / github.com/juju/errors / IsNotYetAvailable

Function IsNotYetAvailable

errortypes.go:471–473  ·  view source on GitHub ↗

Deprecated: IsNotYetAvailable reports whether err is a NotYetAvailable err. Use Is(err, NotYetAvailable)

(err error)

Source from the content-addressed store, hash-verified

469// Deprecated: IsNotYetAvailable reports whether err is a NotYetAvailable err.
470// Use Is(err, NotYetAvailable)
471func IsNotYetAvailable(err error) bool {
472 return Is(err, NotYetAvailable)
473}

Callers

nothing calls this directly

Calls 1

IsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…