clearPendingMountInitCmds method
void
clearPendingMountInitCmds()
Drops queued mount-init commands without returning them.
Implementation
void clearPendingMountInitCmds() {
_pendingMountInitCmds.clear();
}
Drops queued mount-init commands without returning them.
void clearPendingMountInitCmds() {
_pendingMountInitCmds.clear();
}