| 37 | } |
| 38 | |
| 39 | type mapper struct { |
| 40 | cache map[string]string |
| 41 | sysroot string |
| 42 | } |
| 43 | |
| 44 | // NewDevMapper creates a new instance of the DOS device replacer. |
| 45 | func NewDevMapper() DevMapper { |
nothing calls this directly
no outgoing calls
no test coverage detected