Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Clarionos/clarion
/ plugin_initialize
Method
plugin_initialize
libraries/appbase/examples/main.cpp:58–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void plugin_initialize( const variables_map& options ) { std::cout <<
"initialize net plugin\n"
; }
59
void plugin_startup() { std::cout <<
"starting net plugin \n"
; }
60
void plugin_shutdown() { std::cout <<
"shutdown net plugin \n"
; }
61
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected