Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ setLoadEquates
Method
setLoadEquates
gui/qt/sendinghandler.cpp:264–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
void SendingHandler::setLoadEquates(bool state) {
265
m_sendEquates = state;
266
}
267
268
void SendingHandler::checkDirForEquateFiles(QString &dirPath) {
269
QDirIterator dirIt(dirPath, QDirIterator::NoIteratorFlags);
Callers
1
setDebugAutoEquates
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected