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

Method run

homeworks_rust/src/exercise.rs:86–88  ·  view source on GitHub ↗

Run the compiled exercise

(&self)

Source from the content-addressed store, hash-verified

84impl<'a> CompiledExercise<'a> {
85 // Run the compiled exercise
86 pub fn run(&self) -> Result<ExerciseOutput, ExerciseOutput> {
87 self.exercise.run()
88 }
89}
90
91// A representation of an already executed binary

Callers 4

compile_and_testFunction · 0.80
compile_and_runFunction · 0.80

Calls 1

temp_fileFunction · 0.85

Tested by 1