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

Method ok

nodedb/src/control/server/resp/codec.rs:32–34  ·  view source on GitHub ↗

Create a simple string response.

()

Source from the content-addressed store, hash-verified

30impl RespValue {
31 /// Create a simple string response.
32 pub fn ok() -> Self {
33 Self::SimpleString("OK".into())
34 }
35
36 /// Create a nil bulk string.
37 pub fn nil() -> Self {

Callers 15

arrow_sumFunction · 0.45
arrow_minFunction · 0.45
arrow_maxFunction · 0.45
arrow_countFunction · 0.45
decode_arrow_ipcFunction · 0.45
file_ageFunction · 0.45
get_collectionMethod · 0.45
lookup_arrayMethod · 0.45
parse_integer_literalFunction · 0.45
try_eval_constantFunction · 0.45
parse_timestamp_to_msFunction · 0.45

Calls

no outgoing calls

Tested by 1

custom_key_fnFunction · 0.36