Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetDrapeEngine
Method
SetDrapeEngine
libs/drape_frontend/drape_api.cpp:9–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
namespace df
8
{
9
void DrapeApi::SetDrapeEngine(ref_ptr<DrapeEngine> engine)
10
{
11
m_engine.Set(engine);
12
}
13
14
void DrapeApi::AddLine(std::string const & id, DrapeApiLineData const & data)
15
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected