endregion region Requests before program execution OnEnvRequest is called when the client requests an environment variable to be set. The implementation can return an error to reject the request.
( requestID uint64, name string, value string, )
| 350 | // OnEnvRequest is called when the client requests an environment variable to be set. The implementation can return |
| 351 | // an error to reject the request. |
| 352 | OnEnvRequest( |
| 353 | requestID uint64, |
| 354 | name string, |
| 355 | value string, |
no outgoing calls
no test coverage detected