Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ wrbyte
Method
wrbyte
src/ser.rs:53–56 ·
view source on GitHub ↗
Write byte
(&mut self, byte: u8)
Source
from the content-addressed store, hash-verified
51
52
// Write byte
53
pub fn wrbyte(&mut self, byte: u8)
54
{
55
self.port.send(byte);
56
}
57
}
58
59
Callers
1
write_str
Method · 0.45
Calls
1
send
Method · 0.80
Tested by
no test coverage detected