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

Function unmarshalIndex

tempodb/encoding/vparquet4/index.go:45–48  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

43}
44
45func unmarshalIndex(b []byte) (*index, error) {
46 i := &index{}
47 return i, json.Unmarshal(b, i)
48}

Callers 1

checkIndexMethod · 0.70

Calls 1

UnmarshalMethod · 0.65

Tested by

no test coverage detected