MCPcopy Index your code
hub / github.com/commitdev/zero / Error

Method Error

cmd/check.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (e *versionError) Error() string {
39 return fmt.Sprintf("%s", e.errorText)
40}
41
42func (e *commandError) Error() string {
43 return fmt.Sprintf("%s", e.ErrorText)

Callers 13

ErrorfFunction · 0.45
TestGetParamFunction · 0.45
TestValidateProjectNamFunction · 0.45
TestApplyFunction · 0.45
ApplyFunction · 0.45
modulesWalkCmdFunction · 0.45
InitializeRepositoryFunction · 0.45
isOrganizationOwnedFunction · 0.45
doInitialCommitFunction · 0.45
init.goFile · 0.45
check.goFile · 0.45

Calls

no outgoing calls

Tested by 4

TestGetParamFunction · 0.36
TestValidateProjectNamFunction · 0.36
TestApplyFunction · 0.36