MCPcopy Create free account
hub / github.com/MOLAorg/mola / installNameServer

Method installNameServer

mola_kernel/src/MinimalModuleContainer.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24MinimalModuleContainer::~MinimalModuleContainer() = default;
25
26void MinimalModuleContainer::installNameServer(ExecutableBase& m)
27{
28 m.nameServer_ = std::bind(&MinimalModuleContainer::nameServerImpl, this, std::placeholders::_1);
29}
30
31ExecutableBase::Ptr MinimalModuleContainer::nameServerImpl(const std::string& name)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected