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

Method GetModuleKey

private/buf/buffetch/buffetch.go:409–409  ·  view source on GitHub ↗

GetModuleKey gets the ModuleKey. Unresolved ModuleRef's are automatically resolved.

(
		ctx context.Context,
		container app.EnvStdinContainer,
		moduleRef ModuleRef,
	)

Source from the content-addressed store, hash-verified

407 // GetModuleKey gets the ModuleKey.
408 // Unresolved ModuleRef's are automatically resolved.
409 GetModuleKey(
410 ctx context.Context,
411 container app.EnvStdinContainer,
412 moduleRef ModuleRef,

Callers 2

GetModuleKeyMethod · 0.65

Implementers 2

readerprivate/buf/buffetch/reader.go
readerprivate/buf/buffetch/internal/reader.g

Calls

no outgoing calls

Tested by

no test coverage detected