MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / checkButtonClicked

Method checkButtonClicked

gui/scratchpad.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ScratchPad::checkButtonClicked()
51{
52 QString filename = mUI->lineEdit->text();
53 if (filename.isEmpty())
54 filename = "test.cpp";
55 mMainWindow.analyzeCode(mUI->plainTextEdit->toPlainText(), filename);
56}

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
analyzeCodeMethod · 0.80

Tested by

no test coverage detected