MCPcopy
hub / github.com/grpc/grpc-go / nopResolver

Struct nopResolver

internal/resolver/delegatingresolver/delegatingresolver.go:72–72  ·  view source on GitHub ↗

nopResolver is a resolver that does nothing.

Source from the content-addressed store, hash-verified

70
71// nopResolver is a resolver that does nothing.
72type nopResolver struct{}
73
74func (nopResolver) ResolveNow(resolver.ResolveNowOptions) {}
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected