MCPcopy Create free account
hub / github.com/aptly-dev/aptly / URL

Method URL

s3/server_test.go:129–131  ·  view source on GitHub ↗

URL returns a URL for the server.

()

Source from the content-addressed store, hash-verified

127
128// URL returns a URL for the server.
129func (srv *Server) URL() string {
130 return srv.url
131}
132
133func fatalError(code int, codeStr string, errf string, a ...interface{}) {
134 panic(&s3Error{

Callers 5

SetUpTestMethod · 0.80
SetUpTestMethod · 0.80
RouterFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected