MCPcopy Create free account
hub / github.com/bufbuild/buf / Path

Method Path

private/pkg/cas/file_node.go:35–35  ·  view source on GitHub ↗

Path returns the Path of the file. The path is normalized and non-empty.

()

Source from the content-addressed store, hash-verified

33 //
34 // The path is normalized and non-empty.
35 Path() string
36 // Digest returns the Digest of the file.
37 //
38 // The Digest is always non-nil.

Callers 6

BucketToDigestFunction · 0.65
NewFileSetForBucketFunction · 0.65
PutFileSetToBucketFunction · 0.65
TestManifestFunction · 0.65
newManifestFunction · 0.65

Implementers 1

fileNodeprivate/pkg/cas/file_node.go

Calls

no outgoing calls

Tested by 1

TestManifestFunction · 0.52