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

Struct testTracker

x/testhelper/testing.go:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102type testTracker struct {
103 Queue []any
104 m sync.Mutex
105}
106
107func NewTestTracker() TestTracker {
108 return &testTracker{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected