nopResolver is a resolver that does nothing.
| 70 | |
| 71 | // nopResolver is a resolver that does nothing. |
| 72 | type nopResolver struct{} |
| 73 | |
| 74 | func (nopResolver) ResolveNow(resolver.ResolveNowOptions) {} |
| 75 |
nothing calls this directly
no outgoing calls
no test coverage detected