MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / BaseService

Method BaseService

include/server/service/base_service.hpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16{
17 public:
18 BaseService(OSRM &routing_machine) : routing_machine(routing_machine) {}
19 virtual ~BaseService() = default;
20
21 virtual engine::Status

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected