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

Method borrow

crates/wtf8/src/lib.rs:262–264  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

260
261impl Borrow<Wtf8> for Wtf8Buf {
262 fn borrow(&self) -> &Wtf8 {
263 self
264 }
265}
266
267/// Formats the string in double quotes, with characters escaped according to

Callers 2

valueMethod · 0.45
request_animation_frameFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected