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