Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Write
Method
Write
Kernel/src/net/socket.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
ssize_t Socket::Write(size_t offset, size_t size, uint8_t* buffer){
88
return Send(buffer, size, 0);
89
}
90
91
int64_t Socket::Send(void* buffer, size_t len, int flags){
92
return SendTo(buffer, len, flags, nullptr, 0);
Callers
1
SendTo
Method · 0.45
Calls
1
Send
Function · 0.85
Tested by
no test coverage detected