MCPcopy 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
57struct MyBuilderApi;

Callers 15

mainFunction · 0.80
do_get_headerMethod · 0.80
do_get_statusMethod · 0.80
check_jwt_rate_limitFunction · 0.80
check_jwt_authFunction · 0.80
sign_consensusMethod · 0.80
sign_proxy_blsMethod · 0.80
sign_proxy_ecdsaMethod · 0.80

Calls 1

loadMethod · 0.80