MCPcopy Index your code
hub / github.com/Commit-Boost/commit-boost-client / inc

Method inc

examples/status_api/src/main.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47 }
48
49 fn inc(&self) {
50 self.counter.fetch_add(self.inc_amount, Ordering::Relaxed);
51 }
52 fn get(&self) -> u64 {
53 self.counter.load(Ordering::Relaxed)
54 }

Callers 12

send_requestMethod · 0.80
get_statusMethod · 0.80
log_requestFunction · 0.80
send_one_get_headerFunction · 0.80
send_register_validatorFunction · 0.80
send_relay_checkFunction · 0.80
send_submit_blockFunction · 0.80
handle_get_headerFunction · 0.80
handle_reloadFunction · 0.80
handle_get_statusFunction · 0.80
handle_submit_block_implFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected