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

Method begin

libhsclient/string_buffer.hpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 DENA_FREE(buffer);
26 }
27 const char *begin() const {
28 return buffer + begin_offset;
29 }
30 const char *end() const {
31 return buffer + end_offset;
32 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected