Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-OSRM/osrm-backend
/ BasePlugin
Method
BasePlugin
include/engine/plugins/plugin_base.hpp:31–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
{
30
protected:
31
BasePlugin() = default;
32
33
BasePlugin(const std::optional<double> default_radius_) : default_radius(default_radius_) {}
34
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected