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

Method ok

nodedb/src/control/server/http/types.rs:63–68  ·  view source on GitHub ↗
(rows: Vec<serde_json::Value>)

Source from the content-addressed store, hash-verified

61
62impl HttpQueryResponse {
63 pub fn ok(rows: Vec<serde_json::Value>) -> Self {
64 Self {
65 status: Cow::Borrowed("ok"),
66 rows,
67 }
68 }
69}
70
71/// `POST /v1/auth/exchange-key` success response.

Callers 6

extract_request_idFunction · 0.45
delete_sessionFunction · 0.45
resolve_database_idFunction · 0.45
is_snappyFunction · 0.45
parse_series_matcherFunction · 0.45
parse_iso_msFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected