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

Method note_request_hash

src/microReticulum/Resource.cpp:1516–1519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516void Resource::note_request_hash(const Bytes& packet_hash) {
1517 assert(_object);
1518 _object->_req_hashlist.push_back(packet_hash);
1519}
1520
1521
1522// ============================================================================

Callers 1

receiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected