Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
void CodeEditor::loadContents()
103
{
104
static_cast<IDE*>(qApp)->loadLargeFile(filepath,this);
105
}
106
107
void CodeEditor::insertCompletion(const QString &completion)
108
{
Callers
nothing calls this directly
Calls
1
loadLargeFile
Method · 0.80
Tested by
no test coverage detected