Searched refs:command_index (Results 1 – 1 of 1) sorted by relevance
143 static bool UpdateLastCommandIndex(size_t command_index, const std::string& command_string) { in UpdateLastCommandIndex() argument146 std::string content = std::to_string(command_index) + "\n" + command_string; in UpdateLastCommandIndex()