Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Henktorius/float
/ process
Method
process
src/window.rs:75–77 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
73
}
74
75
pub fn process(&mut self) -> bool {
76
self.pty.process()
77
}
78
79
pub fn write(&mut self, bytes: &[u8]) -> io::Result<()> {
80
self.pty.write(bytes)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected