Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/attermann/microReticulum
/ update_hash
Method
update_hash
src/microReticulum/Packet.cpp:594–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
592
}
593
594
void Packet::update_hash() {
595
assert(_object);
596
_object->_packet_hash = get_hash();
597
}
598
599
const Bytes Packet::get_hash() const {
600
assert(_object);
Callers
1
get_cached_packet
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected