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

Function newModuleFormatInfo

private/buf/buffetch/internal/ref_parser.go:609–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

607type moduleFormatInfo struct{}
608
609func newModuleFormatInfo() *moduleFormatInfo {
610 return &moduleFormatInfo{}
611}
612
613type getParsedRefOptions struct {
614 allowedFormats map[string]struct{}

Callers 1

WithModuleFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…