MCPcopy Create free account
hub / github.com/comaps/comaps / LoadClassificator

Function LoadClassificator

libs/traffic/pytraffic/bindings.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void LoadClassificator(std::string const & classifPath)
162{
163 GetPlatform().SetResourceDir(classifPath);
164 classificator::Load();
165}
166} // namespace
167
168BOOST_PYTHON_MODULE(pytraffic)

Callers

nothing calls this directly

Calls 2

SetResourceDirMethod · 0.80
LoadFunction · 0.50

Tested by

no test coverage detected