MCPcopy Create free account
hub / github.com/chen3feng/toft / AppendToString

Method AppendToString

container/bitmap.h:274–277  ·  view source on GitHub ↗

Append the bitmap as a 01 string to a string

Source from the content-addressed store, hash-verified

272
273 /// Append the bitmap as a 01 string to a string
274 void AppendToString(std::string* out) const
275 {
276 DoAppendToString(Words(), Size(), out);
277 }
278
279 /// Convert this bitmap to a 01 string
280 std::string ToString() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected