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

Method is_enabled

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

Check if the counter is enabled

(&self)

Source from the content-addressed store, hash-verified

45 NamedCounter {
46 name,
47 count: 0,
48 limit,
49 enabled: true, // Start enabled by default
50 }
51 }
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected