Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenOrienteering/mapper
/ ObjectQuery
Method
ObjectQuery
src/core/objects/object_query.cpp:200–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
// ### ObjectQuery ###
199
200
ObjectQuery::ObjectQuery() noexcept
201
: op { ObjectQuery::OperatorInvalid }
202
{
203
// nothing else
204
}
205
206
207
ObjectQuery::ObjectQuery(const ObjectQuery& query)
Callers
nothing calls this directly
Calls
1
length
Method · 0.45
Tested by
no test coverage detected