MCPcopy Create free account
hub / github.com/alibaba/tair / clean

Method clean

src/plugin/sample_plugin.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void sample_plugin::clean() {
43 log_debug("sample_plugin::clean()");
44 return;
45}
46
47extern "C" base_plugin *create() {
48 return new sample_plugin();

Callers 2

clean_pluginsMethod · 0.45
remove_pluginsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected