LogToFile returns the --log_to_file value
()
| 293 | |
| 294 | // LogToFile returns the --log_to_file value |
| 295 | func LogToFile() bool { |
| 296 | return r.GetBool(KeyLogToFile) |
| 297 | } |
| 298 | |
| 299 | // IsFork checks if the runtime is originally a fork of a different process |
| 300 | func IsFork() bool { |
no test coverage detected
searching dependent graphs…