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

Method ok

nodedb-cluster/src/rpc_codec/execute.rs:77–83  ·  view source on GitHub ↗
(payloads: Vec<Vec<u8>>)

Source from the content-addressed store, hash-verified

75
76impl ExecuteResponse {
77 pub fn ok(payloads: Vec<Vec<u8>>) -> Self {
78 Self {
79 success: true,
80 payloads,
81 error: None,
82 }
83 }
84 pub fn err(error: TypedClusterError) -> Self {
85 Self {
86 success: false,

Callers 15

next_sampleMethod · 0.45
outlier_atMethod · 0.45
catalog_hwmFunction · 0.45
catalog_hwmFunction · 0.45
last_seenMethod · 0.45
parse_archive_keyFunction · 0.45
value_as_f64Function · 0.45
text_search_implMethod · 0.45
from_bytesMethod · 0.45
socket_addrMethod · 0.45
truncateMethod · 0.45
compactMethod · 0.45

Calls

no outgoing calls

Tested by 2

catalog_hwmFunction · 0.36
catalog_hwmFunction · 0.36