| 47 | } |
| 48 | |
| 49 | type environment struct { |
| 50 | // Fetcher is the `environment`'s source of data. |
| 51 | Fetcher Fetcher |
| 52 | } |
| 53 | |
| 54 | // EnvironmentOf creates a new `Environment` initialized with the givne |
| 55 | // `Fetcher`, "f". |
nothing calls this directly
no outgoing calls
no test coverage detected