MCPcopy 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
742impl Default for &Wtf8 {
743 fn default() -> Self {
744 unsafe { Wtf8::from_bytes_unchecked(&[]) }
745 }
746}
747
748impl Hash for Wtf8 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected