MCPcopy
hub / github.com/netdata/netdata / getContextMetadata

Function getContextMetadata

src/go/plugin/ibm.d/framework/state.go:304–307  ·  view source on GitHub ↗
(ctx any)

Source from the content-addressed store, hash-verified

302}
303
304func getContextMetadata(ctx any) *ContextMetadata {
305 // Extract metadata from Context[T] using reflection
306 return extractContextMetadata(ctx)
307}
308
309// extractContextMetadata extracts metadata from a Context[T] pointer
310func extractContextMetadata(ctx any) *ContextMetadata {

Callers 1

setMethod · 0.85

Calls 1

extractContextMetadataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…