MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / logicalOperands

Method logicalOperands

src/core/objects/object_query.cpp:453–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451
452
453const ObjectQuery::LogicalOperands* ObjectQuery::logicalOperands() const
454{
455 const LogicalOperands* result = nullptr;
456 if (op >= 1 && op <= 3)
457 {
458 result = &subqueries;
459 }
460 else
461 {
462 Q_ASSERT(op >= 1);
463 Q_ASSERT(op <= 3);
464 }
465 return result;
466}
467
468
469const ObjectQuery::StringOperands* ObjectQuery::tagOperands() const

Callers 2

testOrQueryMethod · 0.80
parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected