MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / getObject

Method getObject

common/map_sdk/routingmap/src/txmap_proxy.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55txObjectPtr txMapProxy::getObject(const objectpkid& objId) { return mapPtr->getObject(objId); }
56
57txObjectPtr txMapProxy::getObject(const txPoint& pos, const OBJECT_TYPE& obj_type) {
58 return mapPtr->getObject(pos, obj_type);

Callers 2

getObjectsMethod · 0.45
getParkingSpaceInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected