MCPcopy Create free account
hub / github.com/3rdparty/libprocess / DataEncoder

Method DataEncoder

src/encoder.hpp:62–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60{
61public:
62 DataEncoder(const std::string& _data)
63 : data(_data), index(0) {}
64
65 DataEncoder(std::string&& _data)
66 : data(std::move(_data)), index(0) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected