MCPcopy Create free account
hub / github.com/InferCore/InferCore / EmitEvent

Method EmitEvent

internal/server/server_test.go:1106–1106  ·  view source on GitHub ↗
(_ types.Event)

Source from the content-addressed store, hash-verified

1104
1105func (e *captureTelemetryExporter) EmitMetric(_ string, _ float64, _ map[string]string) {}
1106func (e *captureTelemetryExporter) EmitEvent(_ types.Event) {}
1107func (e *captureTelemetryExporter) EmitTrace(trace types.TraceRecord) {
1108 e.mu.Lock()
1109 defer e.mu.Unlock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected