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

Method FromLegacy

modules/overrides/extension.go:27–27  ·  view source on GitHub ↗

FromLegacy populates this extension from the flat legacy key map. The full Extensions map is passed; implementations pick only their own keys.

(map[string]any)

Source from the content-addressed store, hash-verified

25 // FromLegacy populates this extension from the flat legacy key map.
26 // The full Extensions map is passed; implementations pick only their own keys.
27 FromLegacy(map[string]any) error
28 // ToLegacy serializes this extension to the flat legacy key map.
29 ToLegacy() map[string]any
30}

Callers 1

processLegacyExtensionsFunction · 0.65

Implementers 2

testExtensionmodules/overrides/extension_test.go
conflictingExtensionmodules/overrides/extension_test.go

Calls

no outgoing calls

Tested by

no test coverage detected