MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / loadContents

Method loadContents

MiniZincIDE/codeeditor.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void CodeEditor::loadContents()
103{
104 static_cast<IDE*>(qApp)->loadLargeFile(filepath,this);
105}
106
107void CodeEditor::insertCompletion(const QString &completion)
108{

Callers

nothing calls this directly

Calls 1

loadLargeFileMethod · 0.80

Tested by

no test coverage detected