| 112 | } |
| 113 | |
| 114 | void LoopHandler::keyCallback(std::string& data, const std::string& key) { |
| 115 | if (!done()) { |
| 116 | getKey(pos, data, key); |
| 117 | } |
| 118 | } |
| 119 | |
| 120 | bool LoopHandler::ifCallback(const std::string& key) { |
| 121 | if (done()) { |
nothing calls this directly
no test coverage detected