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

Method Test

util/system/getpid_ut.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14UNIT_TEST_SUITE_REGISTRATION(TGetPidTest);
15
16void TGetPidTest::Test() {
17 const TProcessId pid = GetPID();
18 UNIT_ASSERT(pid != 0);
19}

Callers

nothing calls this directly

Calls 1

GetPIDFunction · 0.85

Tested by

no test coverage detected