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

Class HintArgs

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

Returns a hint for the given exercise

Source from the content-addressed store, hash-verified

76#[argh(subcommand, name = "hint")]
77/// Returns a hint for the given exercise
78struct HintArgs {
79 #[argh(positional)]
80 /// the name of the exercise
81 name: String,
82}
83
84fn main() {
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected