Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ native_internal
Function
native_internal
nodedb/src/control/gateway/error_map.rs:342–345 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
340
341
#[test]
342
fn native_internal() {
343
let (code, _) = GatewayErrorMap::to_native(&internal());
344
assert_eq!(code, 99);
345
}
346
}
Callers
nothing calls this directly
Calls
1
internal
Function · 0.70
Tested by
no test coverage detected