Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ get_limit
Method
get_limit
tests/binary/impl/src/main.rs:42–44 ·
view source on GitHub ↗
Get the limit
(&self)
Source
from the content-addressed store, hash-verified
40
impl NamedCounter {
41
// --- Associated Functions (Constructors) ---
42
43
// Primary constructor
44
fn new(name: &'static str, limit: u32) -> Self {
45
NamedCounter {
46
name,
47
count: 0,
Callers
1
is_at_limit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected