RootPath returns the top-level directory of the VM dir
()
| 58 | |
| 59 | // RootPath returns the top-level directory of the VM dir |
| 60 | func (d Dir) RootPath() string { |
| 61 | return string(d) |
| 62 | } |
| 63 | |
| 64 | // Mkdir will mkdir the RootPath with correct permissions, or no-op if it |
| 65 | // already exists |
no outgoing calls
no test coverage detected