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

Method end

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

Source from the content-addressed store, hash-verified

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:
23 char *start;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected