MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / get_help_ptr

Method get_help_ptr

simcore/framework/src/cli/cli.hpp:6170–6170  ·  view source on GitHub ↗

Get a pointer to the help flag.

Source from the content-addressed store, hash-verified

6168
6169 /// Get a pointer to the help flag.
6170 Option *get_help_ptr() { return help_ptr_; }
6171
6172 /// Get a pointer to the help flag. (const)
6173 const Option *get_help_ptr() const { return help_ptr_; }

Callers 2

simpleFunction · 0.80
make_groupsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected