(key string)
| 61 | } |
| 62 | |
| 63 | func GetTaskEnv(key string) string { |
| 64 | return os.Getenv(taskVarPrefix + key) |
| 65 | } |
| 66 | |
| 67 | // GetTaskEnvBool returns the boolean value of a TASK_ prefixed env var. |
| 68 | // Returns the value and true if set and valid, or false and false if not set or invalid. |
no outgoing calls
no test coverage detected
searching dependent graphs…