MCPcopy 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
1655bool ConsoleHistory::isEmpty() const
1656{
1657 return _history.isEmpty();
1658}
1659
1660const QString& ConsoleHistory::value() const
1661{

Callers 14

hasPendingInputMethod · 0.45
keyPressEventMethod · 0.45
printPromptMethod · 0.45
isCommentMethod · 0.45
inputBeginMethod · 0.45
runSourceFromMimeDataMethod · 0.45
contextMenuEventMethod · 0.45
onSaveHistoryAsMethod · 0.45
onInsertFileNameMethod · 0.45
onCopyHistoryMethod · 0.45
loadHistoryMethod · 0.45
saveHistoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected