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

Method isRequestInProgress

ChatView/ChatRootView.cpp:1105–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1103}
1104
1105bool ChatRootView::isRequestInProgress() const
1106{
1107 return m_isRequestInProgress;
1108}
1109
1110void ChatRootView::setRequestProgressStatus(bool state)
1111{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected