| 538 | } |
| 539 | |
| 540 | std::string ExtMsgQuery::getDBName() { |
| 541 | return ns.first; |
| 542 | } |
| 543 | |
| 544 | Future<Void> ExtMsgQuery::run(Reference<ExtConnection> nmc) { |
| 545 | return doRun(Reference<ExtMsgQuery>::addRef(this), nmc); |
no outgoing calls
no test coverage detected