MCPcopy Create free account
hub / github.com/LiteLDev/LeviLamina / StringByteOutput

Method StringByteOutput

src/mc/util/StringByteOutput.h:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 // NOLINTEND
14
15 StringByteOutput(std::string& str) noexcept : mBuffer(str) {}
16
17public:
18 // prevent constructor by default

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected