Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_request
Method · 0.80
get_status
Method · 0.80
log_request
Function · 0.80
send_one_get_header
Function · 0.80
send_register_validator
Function · 0.80
send_relay_check
Function · 0.80
send_submit_block
Function · 0.80
handle_get_header
Function · 0.80
handle_register_validator
Function · 0.80
handle_reload
Function · 0.80
handle_get_status
Function · 0.80
handle_submit_block_impl
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected