FileName returns the file schema's filename, if any.
()
| 161 | |
| 162 | // FileName returns the file schema's filename, if any. |
| 163 | func (fr *FileReader) FileName() string { return fr.ss.FileNameString() } |
| 164 | |
| 165 | func (fr *FileReader) ModTime() time.Time { return fr.ss.ModTime() } |
| 166 |
no test coverage detected