stubView for the wrap selector match.
| 194 | |
| 195 | // stubView for the wrap selector match. |
| 196 | type stubView struct{} |
| 197 | |
| 198 | func (stubView) Path() string { return "x" } |
| 199 | func (stubView) Domain() string { return "" } |
nothing calls this directly
no outgoing calls
no test coverage detected