MCPcopy Create free account
hub / github.com/ExtropyIO/SolanaBootcamp / VerifyArgs

Class VerifyArgs

homeworks_rust/src/main.rs:54–54  ·  view source on GitHub ↗

Verifies all exercises according to the recommended order

Source from the content-addressed store, hash-verified

52#[argh(subcommand, name = "verify")]
53/// Verifies all exercises according to the recommended order
54struct VerifyArgs {}
55
56#[derive(FromArgs, PartialEq, Debug)]
57#[argh(subcommand, name = "run")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected