| 366 | } |
| 367 | |
| 368 | bytes |
| 369 | Session::do_export(const std::string& label, |
| 370 | const bytes& context, |
| 371 | size_t size) const |
| 372 | { |
| 373 | return inner->history.front().do_export(label, context, size); |
| 374 | } |
| 375 | |
| 376 | GroupInfo |
| 377 | Session::group_info() const |
nothing calls this directly
no outgoing calls
no test coverage detected