MCPcopy 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

13use crate::file::{IoDst, IoSrc, get_file_like};
14
15pub struct Socket(pub axnet::Socket);
16
17impl Deref for Socket {
18 type Target = axnet::Socket;

Callers 3

sys_socketFunction · 0.85
sys_accept4Function · 0.85
sys_socketpairFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected