Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
inc
Method · 0.80
inc_by
Method · 0.80
safe_inc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected