MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / AddToHistory

Method AddToHistory

AdaptixClient/Source/UI/Widgets/ConsoleWidget.cpp:220–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218void ConsoleWidget::InputFocus() const { InputLineEdit->setFocus(); }
219
220void ConsoleWidget::AddToHistory(const QString &command) { kphInputLineEdit->AddToHistory(command); }
221
222void ConsoleWidget::SetInput(const QString &command) { InputLineEdit->setText(command); }
223

Callers 2

processInputMethod · 0.95
processSyncPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected