Ejemplo n.º 1
0
bool OplogEntry::isCommand() const {
    return getOpType() == OpTypeEnum::kCommand;
}
Ejemplo n.º 2
0
bool OplogEntry::isCrudOpType() const {
    return isCrudOpType(getOpType());
}