Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/daniele77/cli
/ Create
Method
Create
examples/pluginmanager.cpp:146–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
}
145
private:
146
static unique_ptr<Plugin> Create(Menu* menu) { return make_unique<T>(menu); }
147
static Registration registration;
148
};
149
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected