MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / as_str

Method as_str

debugger/src/bytes.rs:111–113  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

109 }
110
111 fn as_str(&self) -> Result<&str, Utf8Error> {
112 std::str::from_utf8(&self.0)
113 }
114}

Callers 7

mainFunction · 0.45
runFunction · 0.45
struct_vMethod · 0.45
allocated_atMethod · 0.45
mainFunction · 0.45
setup_1Function · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
setup_1Function · 0.36
mainFunction · 0.36