(name string)
| 425 | } |
| 426 | |
| 427 | func (r readLinkFS) Open(name string) (fs.File, error) { |
| 428 | return r.fs.Open(name) |
| 429 | } |
| 430 | |
| 431 | func (r readLinkFS) ReadLink(name string) (string, error) { |
| 432 | // Force link reading using the actual path on disk |
no outgoing calls
no test coverage detected