| 52 | } |
| 53 | |
| 54 | type readOnlyFilesystemBackend struct { |
| 55 | name string |
| 56 | backend fstable.Backend |
| 57 | } |
| 58 | |
| 59 | func (b readOnlyFilesystemBackend) Name() string { |
| 60 | return b.backend.Name() |
nothing calls this directly
no outgoing calls
no test coverage detected