MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / write_str

Method write_str

kernel/src/vga_buffer.rs:116–119  ·  view source on GitHub ↗
(&mut self, s: &str)

Source from the content-addressed store, hash-verified

114
115impl fmt::Write for Writer {
116 fn write_str(&mut self, s: &str) -> fmt::Result {
117 self.write_string(s);
118 Ok(())
119 }
120}
121
122use lazy_static::lazy_static;

Callers

nothing calls this directly

Calls 1

write_stringMethod · 0.45

Tested by

no test coverage detected