Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_raw
Method
as_raw
crates/common/src/refcount.rs:38–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
36
37
#[inline]
38
fn as_raw(self) -> usize {
39
self.inner
40
}
41
42
#[inline]
43
fn strong(self) -> u32 {
Callers
2
safe_inc
Method · 0.45
leak
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected