| 74 | } |
| 75 | |
| 76 | NANDExplorer *GetNANDSafeExplorer() { |
| 77 | return EnsureExplorer(g_NANDSafeExplorer, Partition::NANDSafe); |
| 78 | } |
| 79 | |
| 80 | NANDExplorer *GetNANDUserExplorer() { |
| 81 | return EnsureExplorer(g_NANDUserExplorer, Partition::NANDUser); |
no test coverage detected