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

Method Digest

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

Digest returns the Module digest. Note this is *not* a cas.Digest - this is a Digest. cas.Digests are a lower-level type that just deal in terms of files and content. A ModuleDigest is a specific algorithm applied to a set of files and dependencies.

()

Source from the content-addressed store, hash-verified

52 // type that just deal in terms of files and content. A ModuleDigest is a specific algorithm
53 // applied to a set of files and dependencies.
54 Digest() (Digest, error)
55
56 isModuleKey()
57}

Callers 1

ModuleKeyToCommitKeyFunction · 0.65

Implementers 1

moduleKeyprivate/bufpkg/bufmodule/module_key.go

Calls

no outgoing calls

Tested by

no test coverage detected