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

Function newSingleFormatInfo

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

Source from the content-addressed store, hash-verified

574}
575
576func newSingleFormatInfo() *singleFormatInfo {
577 return &singleFormatInfo{
578 defaultCompressionType: CompressionTypeNone,
579 customOptionKeys: make(map[string]struct{}),
580 }
581}
582
583type archiveFormatInfo struct {
584 archiveType ArchiveType

Callers 1

WithSingleFormatFunction · 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…