Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ negation
Method
negation
src/core/objects/object_query.cpp:347–350 ·
view source on GitHub ↗
static
Source
from the content-addressed store, hash-verified
345
346
// static
347
ObjectQuery ObjectQuery::negation(ObjectQuery query) noexcept
348
{
349
return { placeholder(), OperatorNot, std::move(query) };
350
}
351
352
353
Callers
nothing calls this directly
Calls
1
placeholder
Function · 0.85
Tested by
no test coverage detected