Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ write
Method
write
src/io/stdout.rs:21–24 ·
view source on GitHub ↗
Write
(&self, s: &str)
Source
from the content-addressed store, hash-verified
19
20
// Write
21
pub fn write(&self, s: &str)
22
{
23
crate::sys::sc::write(2, s.as_bytes());
24
}
25
}
26
27
Callers
nothing calls this directly
Calls
1
write
Function · 0.50
Tested by
no test coverage detected