MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / status

Method status

rtpose_wrapper/src/gtest/gtest-all.cpp:6539–6539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6537 bool spawned() const { return spawned_; }
6538 void set_spawned(bool is_spawned) { spawned_ = is_spawned; }
6539 int status() const { return status_; }
6540 void set_status(int a_status) { status_ = a_status; }
6541 DeathTestOutcome outcome() const { return outcome_; }
6542 void set_outcome(DeathTestOutcome an_outcome) { outcome_ = an_outcome; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected