MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / write_str

Method write_str

crates/core/src/source.rs:128–131  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

126
127impl Write for Source {
128 fn write_str(&mut self, s: &str) -> fmt::Result {
129 self.push_str(s);
130 Ok(())
131 }
132}
133
134impl Deref for Source {

Callers 2

fmtMethod · 0.80
fmtMethod · 0.80

Calls 1

push_strMethod · 0.45

Tested by

no test coverage detected