Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
impl Write for Source {
128
fn write_str(&mut self, s: &str) -> fmt::Result {
129
self.push_str(s);
130
Ok(())
131
}
132
}
133
134
impl Deref for Source {
Callers
2
fmt
Method · 0.80
fmt
Method · 0.80
Calls
1
push_str
Method · 0.45
Tested by
no test coverage detected