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

Method get_parent

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

Get the parent of this subcommand (or nullptr if master app)

Source from the content-addressed store, hash-verified

6183
6184 /// Get the parent of this subcommand (or nullptr if master app)
6185 App *get_parent() { return parent_; }
6186
6187 /// Get the parent of this subcommand (or nullptr if master app) (const version)
6188 const App *get_parent() const { return parent_; }

Callers 4

add_subcommandMethod · 0.80
to_configMethod · 0.80
make_helpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected