Skip to content

Commit 44909ba

Browse files
committed
📝 add comments
1 parent 8546415 commit 44909ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/judge_core/src/judge_output.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ pub struct DisplayableJudgeResult {
3030
/// This returns from exec container as stdout
3131
#[derive(Debug, Clone, Serialize, Deserialize)]
3232
pub enum JudgeReport {
33+
/// Frontend-displayable execution result
3334
Displayable(DisplayableJudgeResult),
35+
/// Not displayed to frontend (e.g. for validation)
3436
Hidden,
3537
}
3638

0 commit comments

Comments
 (0)