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

Method end

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

Source from the content-addressed store, hash-verified

30 typedef const char value_type;
31 const char *begin() const { return start; }
32 const char *end() const { return start + length; }
33 size_t size() const { return length; }
34 private:
35 const char *start;

Callers 15

op_updateMethod · 0.45
hs_longrun_mainFunction · 0.45
modify_recordMethod · 0.45
database.cppFile · 0.45
run_one_nbMethod · 0.45
run_one_epMethod · 0.45
execute_linesMethod · 0.45
split_tmpl_arrFunction · 0.45
split_tmpl_vecFunction · 0.45
request_buf_authMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected