fakeView satisfies platform.CommandView for selector lookups in the platformhost tests; All() matches everything so the type can stay trivial.
| 66 | // platformhost tests; All() matches everything so the type can stay |
| 67 | // trivial. |
| 68 | type fakeView struct{} |
| 69 | |
| 70 | func (fakeView) Path() string { return "" } |
| 71 | func (fakeView) Domain() string { return "" } |
nothing calls this directly
no outgoing calls
no test coverage detected