MCPcopy
hub / github.com/AdguardTeam/dnsproxy / emptyPendingRequests

Struct emptyPendingRequests

proxy/pending.go:134–134  ·  view source on GitHub ↗

emptyPendingRequests is a no-op implementation of PendingRequests. It is used when pending requests are not needed.

Source from the content-addressed store, hash-verified

132// emptyPendingRequests is a no-op implementation of PendingRequests. It is
133// used when pending requests are not needed.
134type emptyPendingRequests struct{}
135
136// type check
137var _ pendingRequests = emptyPendingRequests{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected