Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ Extractor
Method
Extractor
include/extractor/extractor.hpp:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
{
56
public:
57
Extractor(ExtractorConfig extractor_config) : config(std::move(extractor_config)) {}
58
int run(ScriptingEnvironment &scripting_environment);
59
60
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected