MCPcopy Create free account
hub / github.com/ROCm/rocPRIM / find_default

Method find_default

benchmark/cmdparser.hpp:448–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 CmdBase* find_default() {
449 for (auto command : _commands) {
450 if (command->name == "") {
451 return command;
452 }
453 }
454
455 return nullptr;
456 }
457
458 std::string usage() const {
459 std::stringstream ss { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected