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

Method leaked

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

Source from the content-addressed store, hash-verified

51
52 #[inline]
53 fn leaked(self) -> bool {
54 (self.inner & LEAKED) != 0
55 }
56
57 #[inline]
58 fn add_strong(self, val: u32) -> Self {

Callers 2

decMethod · 0.80
is_leakedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected