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

Method DigestType

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

DigestType returns the DigestType of the Commit. 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

46 // type that just deal in terms of files and content. A ModuleDigest is a specific algorithm
47 // applied to a set of files and dependencies.
48 DigestType() DigestType
49
50 isCommitKey()
51}

Callers 5

getCommitForCommitKeyMethod · 0.65
getCommitStoreDirPathFunction · 0.65
getCommitStoreLockPathFunction · 0.65
logDebugCommitKeyFunction · 0.65

Implementers 1

commitKeyprivate/bufpkg/bufmodule/commit_key.go

Calls

no outgoing calls

Tested by

no test coverage detected