MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / binary_version

Function binary_version

src/daemon.rs:250–252  ·  view source on GitHub ↗

Version of this tracedecay binary, advertised in daemon handshakes and compared against peers to detect stale daemons after `tracedecay update`.

()

Source from the content-addressed store, hash-verified

248/// Version of this tracedecay binary, advertised in daemon handshakes and
249/// compared against peers to detect stale daemons after `tracedecay update`.
250fn binary_version() -> &'static str {
251 env!("CARGO_PKG_VERSION")
252}
253
254/// The client version to report as skewed, or `None` when the versions match.
255///

Callers 5

for_current_clientMethod · 0.85
test_handshake_defaultsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_handshake_defaultsFunction · 0.68