| 51 | } |
| 52 | |
| 53 | type Checker struct { |
| 54 | config *conf.Config |
| 55 | predicateScopes []predicateScope |
| 56 | varScopes []varScope |
| 57 | err *file.Error |
| 58 | needsReset bool |
| 59 | } |
| 60 | |
| 61 | type predicateScope struct { |
| 62 | collection Nature |
nothing calls this directly
no outgoing calls
no test coverage detected