| 309 | |
| 310 | History<HISTORY_DEFAULT_SIZE> history; |
| 311 | NetVConnection * |
| 312 | get_server_vc() |
| 313 | { |
| 314 | if (server_entry != nullptr) { |
| 315 | return dynamic_cast<NetVConnection *>(server_entry->vc); |
| 316 | } else { |
| 317 | return nullptr; |
| 318 | } |
| 319 | } |
| 320 | |
| 321 | // _postbuf api |
| 322 | int64_t postbuf_reader_avail(); |
no outgoing calls
no test coverage detected