MCPcopy Create free account
hub / github.com/Henktorius/float / write

Method write

src/window.rs:79–81  ·  view source on GitHub ↗
(&mut self, bytes: &[u8])

Source from the content-addressed store, hash-verified

77 }
78
79 pub fn write(&mut self, bytes: &[u8]) -> io::Result<()> {
80 self.pty.write(bytes)
81 }
82
83 pub fn screen(&self) -> &vt100::Screen {
84 self.pty.screen()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected