MCPcopy Create free account
hub / github.com/catboost/catboost / WatchProcessCore

Function WatchProcessCore

library/cpp/testing/common/env.cpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void WatchProcessCore(int pid, const TFsPath& binaryPath, const TFsPath& cwd) {
120 auto& filename = NPrivate::GetTestEnv().CoreSearchFile;
121 if (filename) {
122 AddEntryToCoreSearchFile(filename, "add", pid, binaryPath, cwd);
123 }
124}
125
126void StopProcessCoreWatching(int pid) {
127 auto& filename = NPrivate::GetTestEnv().CoreSearchFile;

Callers 1

TESTFunction · 0.85

Calls 1

AddEntryToCoreSearchFileFunction · 0.85

Tested by

no test coverage detected