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

Struct moduleKey

private/bufpkg/bufmodule/module_key.go:116–121  ·  view source on GitHub ↗

*** PRIVATE ***

Source from the content-addressed store, hash-verified

114// *** PRIVATE ***
115
116type moduleKey struct {
117 moduleFullName bufparse.FullName
118 commitID uuid.UUID
119
120 getDigest func() (Digest, error)
121}
122
123func newModuleKey(
124 moduleFullName bufparse.FullName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected