Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Register
Method
Register
examples/pluginmanager.cpp:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
public:
71
static PluginRegistry& Instance() { return instance; }
72
void Register(const string& name, Factory factory) { plugins.emplace_back(name, factory); }
73
void Print(ostream& out) const
74
{
75
for (auto& p: plugins)
Callers
1
Registration
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected