MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / setRequestProgressStatus

Method setRequestProgressStatus

ChatView/ChatRootView.cpp:1110–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110void ChatRootView::setRequestProgressStatus(bool state)
1111{
1112 if (m_isRequestInProgress == state)
1113 return;
1114 m_isRequestInProgress = state;
1115 emit isRequestInProgressChanged();
1116}
1117
1118QString ChatRootView::lastErrorMessage() const
1119{

Callers 1

ChatRootViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected