| 519 | } |
| 520 | |
| 521 | StringView DebugCommands::GetCommandName(int32 index) |
| 522 | { |
| 523 | ScopeLock lock(Locker); |
| 524 | CHECK_RETURN(Commands.IsValidIndex(index), String::Empty); |
| 525 | return Commands.Get()[index].Name; |
| 526 | } |
nothing calls this directly
no test coverage detected