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

Method deleteLaneBoundary

common/map_sdk/mapdb/src/sqlite_operation.cpp:1883–1887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1881}
1882
1883bool sqliteOperation::deleteLaneBoundary(const uint64_t& boundary_pkid) {
1884 char sql[512];
1885 sprintf(sql, "DELETE FROM " LANE_BOUNDARY_TABLE " WHERE pkid = %llu", boundary_pkid);
1886 return sqlitePackage::execSql(dbPtr, sql);
1887}
1888
1889bool sqliteOperation::deleteLaneLink(const uint64_t& link_pkid) {
1890 char sql[512];

Callers 2

updateRoadsMethod · 0.80
deleteRoadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected