MCPcopy Create free account
hub / github.com/docker/secrets-engine / Notify

Method Notify

x/telemetry/tracker.go:43–45  ·  view source on GitHub ↗
(err error, rawData ...interface{})

Source from the content-addressed store, hash-verified

41}
42
43func (a asyncTracker) Notify(err error, rawData ...interface{}) {
44 go a.tracker.Notify(err, rawData...)
45}
46
47func (a asyncTracker) TrackEvent(event any) {
48 go a.tracker.TrackEvent(event)

Callers

nothing calls this directly

Calls 1

NotifyMethod · 0.65

Tested by

no test coverage detected