Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
129
public:
130
Registration(const string& name, Factory factory)
131
{
132
PluginRegistry::Instance().Register(name, std::move(factory));
133
}
134
};
135
136
template <typename T, const char* NAME>
Callers
nothing calls this directly
Calls
1
Register
Method · 0.45
Tested by
no test coverage detected