()
| 151 | } |
| 152 | |
| 153 | func (s *sharedPullerState) addWriterLocked() error { |
| 154 | return inWritableDir(s.tempFileInWritableDir, s.fs, s.tempName, s.ignorePerms) |
| 155 | } |
| 156 | |
| 157 | // tempFileInWritableDir should only be called from tempFile. |
| 158 | func (s *sharedPullerState) tempFileInWritableDir(_ string) error { |
no test coverage detected