MCPcopy Create free account
hub / github.com/attermann/microReticulum / get_transfer_size

Method get_transfer_size

src/microReticulum/Resource.cpp:1417–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415}
1416
1417size_t Resource::get_transfer_size() const {
1418 assert(_object);
1419 return _object->_size;
1420}
1421
1422size_t Resource::get_data_size() const {
1423 assert(_object);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected