Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ GetCell
Method
GetCell
unit_tests/engine/offline_facade.cpp:100–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
using ConstCell = const CellImpl;
99
100
ConstCell GetCell(ExternalCellMetric, LevelID /*level*/, CellID /*id*/) const { return Cell{}; }
101
};
102
103
// Define external data facade
Callers
3
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected