Fs returns the underlying filesystem of the DotGit folder.
()
| 1245 | |
| 1246 | // Fs returns the underlying filesystem of the DotGit folder. |
| 1247 | func (d *DotGit) Fs() billy.Filesystem { |
| 1248 | return d.fs |
| 1249 | } |
| 1250 | |
| 1251 | func isHex(s string) bool { |
| 1252 | for _, b := range []byte(s) { |
no outgoing calls
no test coverage detected