MCPcopy Create free account
hub / github.com/cryptonomex/graphene / plugin_set_program_options

Method plugin_set_program_options

libraries/app/plugin.cpp:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void plugin::plugin_set_program_options(
65 boost::program_options::options_description& command_line_options,
66 boost::program_options::options_description& config_file_options
67)
68{
69 return;
70}
71
72} } // graphene::app

Callers 1

register_pluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected