MCPcopy Index your code
hub / github.com/RustPython/RustPython / push_wtf8

Method push_wtf8

crates/wtf8/src/lib.rs:473–475  ·  view source on GitHub ↗
(&mut self, other: &Wtf8)

Source from the content-addressed store, hash-verified

471 /// Append a WTF-8 slice at the end of the string.
472 #[inline]
473 pub fn push_wtf8(&mut self, other: &Wtf8) {
474 self.bytes.extend_from_slice(&other.bytes);
475 }
476
477 /// Append a Unicode scalar value at the end of the string.
478 #[inline]

Callers 15

repr_wtf8Method · 0.80
get_future_repr_infoFunction · 0.80
get_task_repr_infoFunction · 0.80
scanstringFunction · 0.80
decode_utf8_compatibleFunction · 0.80
collection_reprFunction · 0.80
format_internalFunction · 0.80
cformat_stringFunction · 0.80
slot_reprMethod · 0.80
slot_callMethod · 0.80
formatter_parserFunction · 0.80
repr_wtf8Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected