MCPcopy Create free account
hub / github.com/MariaDB/server / end

Method end

plugin/handler_socket/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

parse_mysql_scalarFunction · 0.45
op_updateMethod · 0.45
hs_longrun_mainFunction · 0.45
modify_recordMethod · 0.45
cmd_openMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected