All specs 2 total
com.accountabilityatlas.videoservice.web.VideoController.isValidParticipantREAL LLM gemma4:latest · · unknownsrc/main/java/com/accountabilityatlas/videoservice/web/VideoController.java
Checks if the provided string represents a valid enum constant for the Participant type. It accepts one String argument and returns a boolean indicating validity. The function has no observable side effects other than returning the boolean result.
com.accountabilityatlas.videoservice.web.VideoController.isValidParticipantREAL LLM gpt-oss:latest · · unknownsrc/main/java/com/accountabilityatlas/videoservice/web/VideoController.java
Checks whether the supplied string matches a defined constant in the Participant enum. It accepts a single string argument, attempts to convert it to a Participant using valueOf, and returns true if the conversion succeeds. If the string does not correspond to any enum constant, an Illegal