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

Method begin

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

Source from the content-addressed store, hash-verified

29struct string_ref {
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:

Callers 15

hstcpcli_mainFunction · 0.45
to_stringFunction · 0.45
op_updateMethod · 0.45
hs_longrun_mainFunction · 0.45
test_9Method · 0.45
test_10Method · 0.45
test_12Method · 0.45
modify_recordMethod · 0.45
cmd_insert_internalMethod · 0.45
prepare_keybufFunction · 0.45
database.cppFile · 0.45
calc_filter_buf_sizeMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_9Method · 0.36
test_10Method · 0.36
test_12Method · 0.36