MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / end

Method end

libhsclient/string_buffer.hpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 return buffer + begin_offset;
29 }
30 const char *end() const {
31 return buffer + end_offset;
32 }
33 char *begin() {
34 return buffer + begin_offset;
35 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected