Get the parent of this subcommand (or nullptr if master app)
| 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_; } |
no outgoing calls
no test coverage detected