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

Struct commitKey

private/bufpkg/bufmodule/commit_key.go:91–95  ·  view source on GitHub ↗

*** PRIVATE ***

Source from the content-addressed store, hash-verified

89// *** PRIVATE ***
90
91type commitKey struct {
92 registry string
93 commitID uuid.UUID
94 digestType DigestType
95}
96
97func newCommitKey(
98 registry string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected