| 124 | } |
| 125 | |
| 126 | void StopProcessCoreWatching(int pid) { |
| 127 | auto& filename = NPrivate::GetTestEnv().CoreSearchFile; |
| 128 | if (filename) { |
| 129 | AddEntryToCoreSearchFile(filename, "drop", pid); |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | bool FromYaTest() { |
| 134 | return NPrivate::GetTestEnv().IsRunningFromTest; |
no test coverage detected