MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / check_status_active_ok

Function check_status_active_ok

nodedb/src/control/security/auth_context.rs:428–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426
427 #[test]
428 fn check_status_active_ok() {
429 let ctx = AuthContext::from_identity(&test_identity(), "s_test_005".into());
430 assert!(ctx.check_status().is_ok());
431 }
432
433 #[test]
434 fn check_status_suspended_err() {

Callers

nothing calls this directly

Calls 1

test_identityFunction · 0.70

Tested by

no test coverage detected