Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ http_internal
Function
http_internal
nodedb/src/control/gateway/error_map.rs:271–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
270
#[test]
271
fn http_internal() {
272
let (status, _) = GatewayErrorMap::to_http(&internal());
273
assert_eq!(status, 500);
274
}
275
276
// --- RESP mapping ---
277
Callers
nothing calls this directly
Calls
1
internal
Function · 0.70
Tested by
no test coverage detected