| 47 | |
| 48 | |
| 49 | blk_access_mode_t buffermode(bool buffered) |
| 50 | { |
| 51 | return buffered ? blk_access_mode_t::BUFFERED : blk_access_mode_t::DIRECT; |
| 52 | } |
| 53 | |
| 54 | std::ostream& operator<<(std::ostream& os, const blk_access_mode_t buffered) |
| 55 | { |
no outgoing calls
no test coverage detected