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

Class CompiledExercise

homeworks_rust/src/exercise.rs:79–82  ·  view source on GitHub ↗

The result of compiling an exercise

Source from the content-addressed store, hash-verified

77
78// The result of compiling an exercise
79pub struct CompiledExercise<'a> {
80 exercise: &'a Exercise,
81 _handle: FileHandle,
82}
83
84impl<'a> CompiledExercise<'a> {
85 // Run the compiled exercise

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected