Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
impl 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
value
Method · 0.45
request_animation_frame
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected