Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_query_response_shape
Function · 0.70
http_crdt_apply_response_shape
Function · 0.70
http_status_ok_shape
Function · 0.70
execute_plan_inner
Method · 0.50
parse_non_array_returns_none
Function · 0.50
handle_set
Function · 0.50
handle_mset
Function · 0.50
execute
Function · 0.50
handle_select
Function · 0.50
handle_auth
Function · 0.50
handle_flushdb
Function · 0.50
handle_connection
Function · 0.50
Calls
no outgoing calls
Tested by
10
http_query_response_shape
Function · 0.56
http_crdt_apply_response_shape
Function · 0.56
http_status_ok_shape
Function · 0.56
parse_non_array_returns_none
Function · 0.40
test_unauthenticated_rejects_without_dispatch
Function · 0.40
test_authenticated_dispatches_and_acks
Function · 0.40
response_encode_json
Function · 0.40
build_response_roundtrip
Function · 0.40
response_roundtrip
Function · 0.40
response_variants
Function · 0.40