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

Method ModuleKey

private/bufpkg/bufmodule/commit.go:25–25  ·  view source on GitHub ↗

ModuleKey returns the ModuleKey for the Commit.

()

Source from the content-addressed store, hash-verified

23type Commit interface {
24 // ModuleKey returns the ModuleKey for the Commit.
25 ModuleKey() ModuleKey
26 // CreateTime returns the time the Commit was created on the BSR.
27 CreateTime() (time.Time, error)
28

Callers 15

runFunction · 0.65
ToModuleMethod · 0.65
putCommitMethod · 0.65
putModuleDataMethod · 0.65
newCommitProviderFunction · 0.65
newModuleDataProviderFunction · 0.65

Calls

no outgoing calls