MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / execute_wal_append

Method execute_wal_append

nodedb/src/data/executor/handlers/control/snapshot.rs:15–22  ·  view source on GitHub ↗
(
        &self,
        task: &ExecutionTask,
        payload: &[u8],
    )

Source from the content-addressed store, hash-verified

13
14impl CoreLoop {
15 pub(in crate::data::executor) fn execute_wal_append(
16 &self,
17 task: &ExecutionTask,
18 payload: &[u8],
19 ) -> Response {
20 debug!(core = self.core_id, len = payload.len(), "wal append");
21 self.response_ok(task)
22 }
23
24 pub(in crate::data::executor) fn execute_cancel(
25 &mut self,

Callers 1

dispatch_metaMethod · 0.80

Calls 1

response_okMethod · 0.80

Tested by

no test coverage detected