MCPcopy Index your code
hub / github.com/docker/docker-agent / getReadCount

Method getReadCount

pkg/server/source_loader_test.go:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (m *mockSource) getReadCount() int {
55 m.mu.RLock()
56 defer m.mu.RUnlock()
57 return m.readCount
58}
59
60func TestSourceLoader_Read_WithRefreshInterval_BeforeExpiry(t *testing.T) {
61 t.Parallel()

Calls

no outgoing calls

Tested by

no test coverage detected