MCPcopy Create free account
hub / github.com/Devolutions/psign / psign

Function psign

tests/code_command.rs:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21use x509_cert::time::Validity;
22
23fn psign() -> Command {
24 Command::cargo_bin("psign-tool").unwrap()
25}
26
27#[test]
28fn help_lists_code_orchestrator_command() {

Calls

no outgoing calls