Skip to content
Snippets Groups Projects
Unverified Commit 1182ae50 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Add helper to parse an enum from query args & use it. (#14956)

The `parse_enum` helper pulls an enum value from the query string
(by delegating down to the parse_string helper with values generated
from the enum).

This is used to pull out "f" and "b" in most places and then we thread
the resulting Direction enum throughout more code.
parent 230a831c
No related branches found
No related tags found
Loading
Showing
with 152 additions and 75 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment