MCPcopy Index your code
hub / github.com/RustPython/RustPython / strong

Method strong

crates/common/src/refcount.rs:43–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42 #[inline]
43 fn strong(self) -> u32 {
44 ((self.inner & STRONG) / COUNT) as u32
45 }
46
47 #[inline]
48 fn destructed(self) -> bool {

Callers 5

getMethod · 0.80
incMethod · 0.80
inc_byMethod · 0.80
safe_incMethod · 0.80
decMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected