MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / GitRepoAccessError

Struct GitRepoAccessError

cli/pkg/common/git.go:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86)
87
88type GitRepoAccessError struct {
89 GitRepoAccessStatus GitRepoAccessStatusEnum
90 Err error
91}
92
93// NameEmtpyError实现了 Error() 方法的对象都可以
94func (e *GitRepoAccessError) Error() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected