Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ PrintLoaded
Method
PrintLoaded
examples/pluginmanager.cpp:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
);
113
}
114
void PrintLoaded(ostream& out) const
115
{
116
for (auto& p: plugins)
117
out <<
" - "
<< p->Name() << endl;
118
}
119
private:
120
static PluginContainer instance;
121
vector<unique_ptr<Plugin>> plugins;
Callers
1
main
Function · 0.80
Calls
1
Name
Method · 0.45
Tested by
no test coverage detected