MCPcopy Create free account
hub / github.com/coder/envbuilder / Error

Method Error

internal/ebutil/giturls.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (e *InvalidRepoURLError) Error() string {
16 return fmt.Sprintf("invalid repository URL %q, please see https://github.com/coder/envbuilder/blob/main/docs/git-auth.md for supported formats: %v", e.repoURL, e.inner)
17}
18
19type ParsedURL struct {
20 Protocol string

Callers 15

runFunction · 0.80
RunCacheProbeFunction · 0.80
findDevcontainerJSONFunction · 0.80
serveLocalRegistryFunction · 0.80
TestFindDevcontainerJSONFunction · 0.80
TestLogsFunction · 0.80
TestCloneFailsFallbackFunction · 0.80
TestBuildFailsFallbackFunction · 0.80
TestNoMethodFailsFunction · 0.80
TestPushImageFunction · 0.80
checkTestRegistryFunction · 0.80
cleanOldEnvbuildersFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestFindDevcontainerJSONFunction · 0.64
TestLogsFunction · 0.64
TestCloneFailsFallbackFunction · 0.64
TestBuildFailsFallbackFunction · 0.64
TestNoMethodFailsFunction · 0.64
TestPushImageFunction · 0.64
checkTestRegistryFunction · 0.64
cleanOldEnvbuildersFunction · 0.64
TestShallowCloneRepoFunction · 0.64
decodeV1LogsFunction · 0.64
TestHijackLogrus_InfoFunction · 0.64
TestHijackLogrus_DebugFunction · 0.64