MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / new

Method new

tcp/src/main.rs:45–47  ·  view source on GitHub ↗
(handle: syscalls::CommHandle)

Source from the content-addressed store, hash-verified

43
44impl EthernetDevice {
45 fn new(handle: syscalls::CommHandle) -> Self {
46 EthernetDevice{handle:Arc::new(handle)}
47 }
48}
49
50/// Receive token contains packet data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected