MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / CopyToString

Method CopyToString

Bcore/src/main/cpp/base/stringpiece.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void CopyToString(std::string* target) const {
125 target->assign(ptr_, length_);
126 }
127
128 void AppendToString(std::string* target) const;
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected