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

Method destructed

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

Source from the content-addressed store, hash-verified

46
47 #[inline]
48 fn destructed(self) -> bool {
49 (self.inner & DESTRUCTED) != 0
50 }
51
52 #[inline]
53 fn leaked(self) -> bool {

Callers 3

incMethod · 0.80
inc_byMethod · 0.80
safe_incMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected