MCPcopy Create free account
hub / github.com/bufbuild/buf / Unwrap

Method Unwrap

private/bufpkg/bufmodule/errors.go:73–78  ·  view source on GitHub ↗

Unwrap returns fs.ErrNotExist.

()

Source from the content-addressed store, hash-verified

71
72// Unwrap returns fs.ErrNotExist.
73func (i *ImportNotExistError) Unwrap() error {
74 if i == nil {
75 return nil
76 }
77 return fs.ErrNotExist
78}
79
80// ModuleCycleError is the error returned if a cycle is detected in module dependencies.
81type ModuleCycleError struct {

Callers 1

ErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected