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

Method rcall

euralios_std/src/fs.rs:278–288  ·  view source on GitHub ↗

Remote call. Send a message and wait for a reply EuraliOS only

(
        &self,
        data1: u64,
        data2: MessageData,
        data3: MessageData
    )

Source from the content-addressed store, hash-verified

276 ///
277 /// EuraliOS only
278 pub fn rcall(
279 &self,
280 data1: u64,
281 data2: MessageData,
282 data3: MessageData
283 ) -> Result<(u64, MessageData, MessageData),
284 (SyscallError, Message)> {
285 rcall(&self.0,
286 data1, data2, data3,
287 None)
288 }
289
290 /// Write a buffer into this writer, returning how many bytes were
291 /// written.

Callers 2

remove_fileFunction · 0.80
create_dirFunction · 0.80

Calls 1

rcallFunction · 0.85

Tested by

no test coverage detected