| 1415 | } |
| 1416 | |
| 1417 | size_t Resource::get_transfer_size() const { |
| 1418 | assert(_object); |
| 1419 | return _object->_size; |
| 1420 | } |
| 1421 | |
| 1422 | size_t Resource::get_data_size() const { |
| 1423 | assert(_object); |
nothing calls this directly
no outgoing calls
no test coverage detected