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

Method activate

init/src/main.rs:68–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn activate(&self) {
69 if let Err((err, _msg)) = syscalls::send(
70 self.vga,
71 Message::Short(message::WRITE, self.writer_id, 0)) {
72 // Failed to send message
73 debug_println!("[init] activate failed: {}", err);
74 }
75 }
76}
77
78

Callers 1

mainFunction · 0.45

Calls 1

sendFunction · 0.85

Tested by

no test coverage detected