Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Master_Read
Method
Master_Read
Kernel/src/tty/pty.cpp:170–172 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
size_t PTY::Master_Read(char* buffer, size_t count){
171
return master.Read(buffer, count);
172
}
173
174
size_t PTY::Slave_Read(char* buffer, size_t count){
175
thread_t* thread = GetCPULocal()->currentThread;
Callers
1
Read
Method · 0.80
Calls
1
Read
Method · 0.45
Tested by
no test coverage detected