Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
impl 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
json_rows_to_record_batch
Function · 0.45
arrow_sum
Function · 0.45
arrow_min
Function · 0.45
arrow_max
Function · 0.45
arrow_count
Function · 0.45
decode_arrow_ipc
Function · 0.45
file_age
Function · 0.45
get_collection
Method · 0.45
lookup_array
Method · 0.45
parse_integer_literal
Function · 0.45
try_eval_constant
Function · 0.45
parse_timestamp_to_ms
Function · 0.45
Calls
no outgoing calls
Tested by
1
custom_key_fn
Function · 0.36