Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpeditor/cpeditor
/ createStringListsWrapper
Function
createStringListsWrapper
src/Settings/ValueWrapper.cpp:304–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
Wrapper<QVariantList> *createStringListsWrapper(const QString &type)
305
{
306
if (type.isEmpty() || type ==
"StringListsItem"
)
307
return new StringListsItemWrapper();
308
return nullptr;
309
}
Callers
1
PreferencesPageTemplate
Method · 0.85
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected