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

Function GetString

rtpose_wrapper/src/gtest/gtest.h:8683–8685  ·  view source on GitHub ↗

Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.

Source from the content-addressed store, hash-verified

8681 //
8682 // INTERNAL IMPLEMENTATION - DO NOT USE IN A USER PROGRAM.
8683 internal::String GetString() const {
8684 return internal::StringStreamToString(ss_.get());
8685 }
8686
8687 private:
8688

Callers

nothing calls this directly

Calls 2

StringStreamToStringFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected