Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ unmarshalIndex
Function
unmarshalIndex
tempodb/encoding/vparquet5/index.go:45–48 ·
view source on GitHub ↗
(b []byte)
Source
from the content-addressed store, hash-verified
43
}
44
45
func
unmarshalIndex(b []byte) (*index, error) {
46
i := &index{}
47
return
i, json.Unmarshal(b, i)
48
}
Callers
1
checkIndex
Method · 0.70
Calls
1
Unmarshal
Method · 0.65
Tested by
no test coverage detected