()
| 133 | |
| 134 | func (s *CachedSource) Description() string { return s.src.Description() } |
| 135 | func (s *CachedSource) RelativePath() (string, error) { return s.src.RelativePath() } |
| 136 | |
| 137 | func (s *CachedSource) Bytes() ([]byte, error) { |
| 138 | if s.bytesFetched { |
nothing calls this directly
no test coverage detected