MCPcopy
hub / github.com/grafana/tempo / Marshal

Method Marshal

tempodb/encoding/vparquet3/index.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func (i *index) Marshal() ([]byte, error) {
30 return json.Marshal(i)
31}
32
33func (i *index) Find(id common.ID) int {
34 n := sort.Search(len(i.RowGroups), func(j int) bool {

Callers

nothing calls this directly

Calls 1

MarshalMethod · 0.65

Tested by

no test coverage detected