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

Struct objectData

private/bufpkg/bufconfig/object_data.go:80–83  ·  view source on GitHub ↗

*** PRIVATE ***

Source from the content-addressed store, hash-verified

78// *** PRIVATE ***
79
80type objectData struct {
81 name string
82 data []byte
83}
84
85func newObjectData(name string, data []byte) *objectData {
86 return &objectData{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected