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

Function ok

nodedb/src/control/server/http/server.rs:347–349  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

345 /// the route table itself.
346 fn stub_router() -> Router {
347 async fn ok() -> StatusCode {
348 StatusCode::OK
349 }
350
351 Router::new()
352 // Probe routes (unversioned).

Callers 15

http_status_ok_shapeFunction · 0.70
execute_plan_innerMethod · 0.50
handle_setFunction · 0.50
handle_msetFunction · 0.50
executeFunction · 0.50
handle_selectFunction · 0.50
handle_authFunction · 0.50
handle_flushdbFunction · 0.50
handle_connectionFunction · 0.50

Calls

no outgoing calls