MCPcopy Create free account
hub / github.com/docker/docker-agent / gordonKey

Function gordonKey

pkg/server/resolve_source_test.go:13–15  ·  view source on GitHub ↗
(tag string)

Source from the content-addressed store, hash-verified

11)
12
13func gordonKey(tag string) string {
14 return url.QueryEscape("http://localhost:7777/gordon-agent?gordonTag=" + tag + "&desktopVersion=4.81.0&origin=desktop")
15}
16
17// TestResolveSource_ExactMatchPreferred verifies that an exact key match is
18// always used, even when other variants exist that would also normalise to the

Calls

no outgoing calls

Tested by

no test coverage detected