MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / layoutKey

Function layoutKey

app/src/DataModel/Frame.h:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221inline constexpr KeyView ApiCallAllowFullSurface("apiCallAllowFullSurface");
222
223inline QString layoutKey(int groupId)
224{
225 return QStringLiteral("layout:") + QString::number(groupId);
226}
227
228inline QString layoutKey(const QString& scope, int groupId)
229{

Callers 6

saveLayoutMethod · 0.85
groupLayoutMethod · 0.85
setGroupLayoutMethod · 0.85

Calls 1

isEmptyMethod · 0.80

Tested by

no test coverage detected