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

Method value

rtpose_wrapper/src/gtest/gtest.h:17511–17513  ·  view source on GitHub ↗

Gets the user supplied value.

Source from the content-addressed store, hash-verified

17509
17510 // Gets the user supplied value.
17511 const char* value() const {
17512 return value_.c_str();
17513 }
17514
17515 // Sets a new value, overriding the one supplied in the constructor.
17516 void SetValue(const char* new_value) {

Callers 6

mainFunction · 0.45
read_oneMethod · 0.45
TYPED_TESTFunction · 0.45
TYPED_TESTFunction · 0.45
RecordPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected