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

Method objectPath

gcs/public.go:100–102  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

98}
99
100func (g *PublishedStorage) objectPath(path string) string {
101 return filepath.Join(g.prefix, path)
102}
103
104func (g *PublishedStorage) objectHandle(path string) *storage.ObjectHandle {
105 obj := g.bucket.Object(g.objectPath(path))

Callers 2

objectHandleMethod · 0.95
TestObjectPathMethod · 0.95

Calls

no outgoing calls

Tested by 1

TestObjectPathMethod · 0.76