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

Method GetDirRef

private/buf/buffetch/buffetch.go:182–182  ·  view source on GitHub ↗

GetDirRef gets the reference for the value. The value cannot be stdin, stdout, or stderr.

(ctx context.Context, value string)

Source from the content-addressed store, hash-verified

180 //
181 // The value cannot be stdin, stdout, or stderr.
182 GetDirRef(ctx context.Context, value string) (DirRef, error)
183 // GetDirRefForInputConfig gets the reference for the InputConfig.
184 //
185 // The input cannot be stdin, stdout, or stderr.

Implementers 1

refParserprivate/buf/buffetch/ref_parser.go

Calls

no outgoing calls

Tested by

no test coverage detected