Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ clone
Method
clone
crates/common/src/str.rs:154–156 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
152
153
impl Clone for StrLen {
154
fn clone(&self) -> Self {
155
Self(self.0.load(Relaxed).into())
156
}
157
}
158
159
impl Default for StrData {
Callers
15
encode_utf8_compatible
Function · 0.45
handle_decode_error
Method · 0.45
encode
Function · 0.45
inline_comprehension
Function · 0.45
analyze_symbol_table
Method · 0.45
analyze_symbol_comprehension
Method · 0.45
enter_scope
Method · 0.45
enter_annotation_scope
Method · 0.45
scan_statement
Method · 0.45
register_name
Method · 0.45
compile_program
Function · 0.45
compile_program_single
Function · 0.45
Calls
2
Self
Function · 0.85
load
Method · 0.45
Tested by
no test coverage detected