Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Encoding
Struct
Encoding
tempodb/encoding/unsupported/encoding.go:15–15 · tempodb/encoding/unsupported/encoding.go::Encoding
Source
from the content-addressed store, hash-verified
13
const
VersionString =
"Unsupported"
14
15
type
Encoding
struct
{}
16
17
func
(v Encoding) Version() string {
18
return
VersionString
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected