MCPcopy Create free account
hub / github.com/MultiMC/Launcher / foreach

Function foreach

libraries/katabasis/src/DeviceFlow.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 // Dump tokens
200 qDebug() << "DeviceFlow::onDeviceAuthReplyFinished: Tokens returned:\n";
201 foreach (QString key, params.keys()) {
202 // SENSITIVE DATA in RelWithDebInfo or Debug builds, so it is truncated first
203 qDebug() << key << ": "<< params.value( key ).toString();
204 }
205
206 // Check for mandatory parameters
207 if (hasMandatoryDeviceAuthParams(params)) {

Callers

nothing calls this directly

Calls 3

QStringClass · 0.85
appendMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected