TIL that this is a valid `Get` Doesn't seem to be...
# random
w
TIL that this is a valid
Get
Doesn't seem to be common in the codebase 🙂
Copy code
Get(CheckResults, {request: CheckRequest, env_name: EnvironmentName})
h
This was to support environments
w
For sure, it's just funny I'd never seen/knew about it. Always assumed there were only 3 ways to create a Get. The things you discover while navigating through Pants ASTs
👍 1