Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void sample_plugin::clean() {
43
log_debug(
"sample_plugin::clean()"
);
44
return;
45
}
46
47
extern
"C"
base_plugin *create() {
48
return new sample_plugin();
Callers
2
clean_plugins
Method · 0.45
remove_plugins
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected