MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / foreach

Function foreach

src/tools/debugadapter/debugger/java/javadebugger.cpp:187–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 commandQueue << d->javaparam.getResolveMainClassParam(d->mainClassRequestId, workspace);
186
187 foreach (auto command, commandQueue) {
188 executeCommand(command);
189 }
190}
191
192void JavaDebugger::executeCommand(const QString &command)

Callers

nothing calls this directly

Calls 5

toArrayMethod · 0.80
toStringMethod · 0.45
valueMethod · 0.45
isEmptyMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected