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

Function resolve_variable_unknown

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

Source from the content-addressed store, hash-verified

402
403 #[test]
404 fn resolve_variable_unknown() {
405 let ctx = AuthContext::from_identity(&test_identity(), "s_test_004".into());
406 assert_eq!(ctx.resolve_variable("nonexistent"), None);
407 }
408
409 #[test]
410 fn resolve_variable_database_id_none() {

Callers

nothing calls this directly

Calls 1

test_identityFunction · 0.70

Tested by

no test coverage detected