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

Struct gitRef

private/buf/buffetch/internal/git_ref.go:37–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35)
36
37type gitRef struct {
38 format string
39 path string
40 gitScheme GitScheme
41 gitName git.Name
42 depth uint32
43 recurseSubmodules bool
44 subDirPath string
45 filter string
46}
47
48func newGitRef(
49 format string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected