Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ Buffer
Class
Buffer
edit/src/main.rs:189–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
struct Buffer<
'a>(&'
a mut [u8], usize);
190
191
impl Write for Buffer<'_> {
192
fn write_str(&mut self, s: &str) -> fmt::Result {
Callers
1
display
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected