Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-LemonLime/Project_LemonLime
/ memoryLimitChanged
Method
memoryLimitChanged
src/testcaseeditwidget.cpp:210–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
void TestCaseEditWidget::memoryLimitChanged(const QString &text) {
211
if (! editTestCase)
212
return;
213
214
editTestCase->setMemoryLimit(text.toInt());
215
}
Callers
nothing calls this directly
Calls
1
setMemoryLimit
Method · 0.45
Tested by
no test coverage detected