Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Commit-Boost/commit-boost-client
/ get
Method
get
examples/status_api/src/main.rs:52–54 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
50
self.counter.fetch_add(self.inc_amount, Ordering::Relaxed);
51
}
52
fn get(&self) -> u64 {
53
self.counter.load(Ordering::Relaxed)
54
}
55
}
56
57
struct MyBuilderApi;
Callers
15
main
Function · 0.80
do_get_header
Method · 0.80
do_get_status
Method · 0.80
test_signer_jwt_auth_success
Function · 0.80
test_signer_jwt_auth_fail
Function · 0.80
test_signer_jwt_rate_limit
Function · 0.80
test_get_header_returns_400_if_request_is_invalid
Function · 0.80
check_jwt_rate_limit
Function · 0.80
check_jwt_auth
Function · 0.80
sign_consensus
Method · 0.80
sign_proxy_bls
Method · 0.80
sign_proxy_ecdsa
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
6
test_signer_jwt_auth_success
Function · 0.64
test_signer_jwt_auth_fail
Function · 0.64
test_signer_jwt_rate_limit
Function · 0.64
test_get_header_returns_400_if_request_is_invalid
Function · 0.64
test_erc2335_load
Function · 0.64
test_erc2335_store_and_load
Function · 0.64