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

Function rotate_ca_finalize_parses

nodedb/src/ctl/dispatch.rs:364–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

362
363 #[test]
364 fn rotate_ca_finalize_parses() {
365 let result = parse_subcommand(&args(&["rotate-ca", "--finalize", "--remove", "abcdef"]));
366 assert!(matches!(
367 result,
368 Ok(Some(Subcommand::RotateCaFinalize { .. }))
369 ));
370 }
371
372 #[test]
373 fn join_token_parses() {

Callers

nothing calls this directly

Calls 2

parse_subcommandFunction · 0.85
argsFunction · 0.85

Tested by

no test coverage detected