| 114 | func (fr *FakeRestorer) WaitForInitialPolicy(ctx context.Context) error { return nil } |
| 115 | |
| 116 | type FakePreFilter struct{} |
| 117 | |
| 118 | func (fpf *FakePreFilter) Enabled() bool { return true } |
| 119 |
nothing calls this directly
no outgoing calls
no test coverage detected