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

Method begin

libhsclient/string_ref.hpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17struct string_wref {
18 typedef char value_type;
19 char *begin() const { return start; }
20 char *end() const { return start + length; }
21 size_t size() const { return length; }
22 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected