Beispiel #1
0
bool OplogEntry::isCommand() const {
    return getOpType() == OpTypeEnum::kCommand;
}
Beispiel #2
0
bool OplogEntry::isCrudOpType() const {
    return isCrudOpType(getOpType());
}