MCPcopy Create free account
hub / github.com/TuGraph-family/tugraph-db / CreatePluginInfo

Method CreatePluginInfo

src/plugin/cpp_plugin.h:123–123  ·  view source on GitHub ↗

* Creates plugin information. Different PluginManager will use different PluginInfo structures. * * @return Null if it fails, else the new plugin information. */

Source from the content-addressed store, hash-verified

121 * @return Null if it fails, else the new plugin information.
122 */
123 PluginInfoBase* CreatePluginInfo() override { return new PluginInfo(); };
124
125 /**
126 * Gets plugin path given its name.

Callers 3

TEST_FFunction · 0.45
LoadPluginMethod · 0.45
LoadAllPluginsMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36