Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ref
Method
as_ref
crates/common/src/boxvec.rs:651–653 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
649
650
impl<T> AsRef<[T]> for BoxVec<T> {
651
fn as_ref(&self) -> &[T] {
652
self
653
}
654
}
655
656
impl<T> AsMut<[T]> for BoxVec<T> {
Callers
15
parse
Method · 0.45
validate_format
Method · 0.45
format_float
Method · 0.45
format_string
Method · 0.45
format_complex_float
Method · 0.45
parse_literal
Method · 0.45
parse_part_in_brackets
Method · 0.45
test_parse_field_name
Function · 0.45
is_compatible_with
Method · 0.45
decode_utf8_compatible
Function · 0.45
encode_utf8_compatible
Function · 0.45
encode
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_parse_field_name
Function · 0.36