nolint:exhaustruct
| 106 | var _ source.Source = sourceRepo{} //nolint:exhaustruct |
| 107 | |
| 108 | type sourceRepo struct { |
| 109 | dirName string |
| 110 | repo filter.Repo |
| 111 | l namedLocks |
| 112 | } |
| 113 | |
| 114 | func (r sourceRepo) ConfigHash() string { |
| 115 | return r.repo.Hash() |
nothing calls this directly
no outgoing calls
no test coverage detected