Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ resp_internal
Function
resp_internal
nodedb/src/control/gateway/error_map.rs:303–306 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
301
302
#[test]
303
fn resp_internal() {
304
let msg = GatewayErrorMap::to_resp(&internal());
305
assert!(msg.starts_with(
"ERR"
));
306
}
307
308
// --- Native mapping ---
309
Callers
nothing calls this directly
Calls
1
internal
Function · 0.70
Tested by
no test coverage detected