Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ default
Method
default
crates/wtf8/src/lib.rs:743–745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
741
742
impl Default for &Wtf8 {
743
fn default() -> Self {
744
unsafe { Wtf8::from_bytes_unchecked(&[]) }
745
}
746
}
747
748
impl Hash for Wtf8 {
Callers
nothing calls this directly
Calls
1
from_boxed_wtf8_unchecked
Function · 0.85
Tested by
no test coverage detected