MCPcopy Create free account
hub / github.com/Ember-Moth/ppanel / unknown_code_falls_back

Function unknown_code_falls_back

crates/result/src/error_code.rs:220–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218
219 #[test]
220 fn unknown_code_falls_back() {
221 assert_eq!(map_err_msg(999_999), "Internal Server Error");
222 }
223
224 #[test]
225 fn is_code_err_recognizes_registered_codes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected