MCPcopy Create free account
hub / github.com/daniele77/cli / Registration

Method Registration

examples/pluginmanager.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128{
129public:
130 Registration(const string& name, Factory factory)
131 {
132 PluginRegistry::Instance().Register(name, std::move(factory));
133 }
134};
135
136template <typename T, const char* NAME>

Callers

nothing calls this directly

Calls 1

RegisterMethod · 0.45

Tested by

no test coverage detected