MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / get_count

Method get_count

tests/binary/impl/src/main.rs:32–34  ·  view source on GitHub ↗

Get the current count

(&self)

Source from the content-addressed store, hash-verified

30}
31
32// A struct representing a simple counter with a name (using a static string slice)
33struct NamedCounter {
34 name: &'static str,
35 count: u32,
36 limit: u32,
37 enabled: bool,

Callers 1

is_at_limitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected