Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Marshal
Method
Marshal
tempodb/encoding/vparquet4/index.go:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(i *index) Marshal() ([]byte, error) {
30
return
json.Marshal(i)
31
}
32
33
func
(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
Marshal
Method · 0.65
Tested by
no test coverage detected