MCPcopy Create free account
hub / github.com/cutelyst/cutelyst / getTestVariantList2

Method getTestVariantList2

tests/testmemcached.cpp:1003–1011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1001 }
1002
1003 QVariantList getTestVariantList2()
1004 {
1005 QVariantList list;
1006 list.append(QVariant::fromValue<quint64>(1232345234));
1007 list.append(QVariant::fromValue<QString>(u"Lorem ipsum 2"_s));
1008 list.append(QVariant::fromValue<float>(2342.23423f));
1009 list.append(QVariant::fromValue<QByteArray>(QByteArrayLiteral("Lorem ipsum 3")));
1010 return list;
1011 }
1012
1013 QHash<QByteArray, QByteArray> getTestHash(const QByteArray &prefix = "val")
1014 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected