`for (const auto& ip : list) {` `if (true) {`...
# core
a
for (const auto& ip : list) {
if (true) {
row["debug"] = ip;
results.push_back(row);
return results;
}
}