Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ isEmpty
Method
isEmpty
src/Gui/PythonConsole.cpp:1655–1658 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1653
}
1654
1655
bool ConsoleHistory::isEmpty() const
1656
{
1657
return _history.isEmpty();
1658
}
1659
1660
const QString& ConsoleHistory::value() const
1661
{
Callers
14
hasPendingInput
Method · 0.45
keyPressEvent
Method · 0.45
printPrompt
Method · 0.45
isComment
Method · 0.45
inputBegin
Method · 0.45
runSourceFromMimeData
Method · 0.45
contextMenuEvent
Method · 0.45
onSaveHistoryAs
Method · 0.45
onInsertFileName
Method · 0.45
onCopyHistory
Method · 0.45
loadHistory
Method · 0.45
saveHistory
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected