Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Starry-OS/StarryOS
/ Socket
Class
Socket
api/src/file/net.rs:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
use crate::file::{IoDst, IoSrc, get_file_like};
14
15
pub struct Socket(pub axnet::Socket);
16
17
impl Deref for Socket {
18
type Target = axnet::Socket;
Callers
3
sys_socket
Function · 0.85
sys_accept4
Function · 0.85
sys_socketpair
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected