mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-05 08:35:18 -05:00
![Patrick Cloke](/assets/img/avatar_default.png)
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.