Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BucketToDigest
Function · 0.65
NewFileSetForBucket
Function · 0.65
PutFileSetToBucket
Function · 0.65
TestManifest
Function · 0.65
newManifest
Function · 0.65
getAndValidateManifestPathToFileNode
Function · 0.65
Implementers
1
fileNode
private/pkg/cas/file_node.go
Calls
no outgoing calls
Tested by
1
TestManifest
Function · 0.52