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

Method size

plugin/handler_socket/libhsclient/string_ref.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;
36 size_t length;

Callers 15

parse_fileMethod · 0.45
hstcpcli_mainFunction · 0.45
rand_recordMethod · 0.45
to_string_refFunction · 0.45
to_stringFunction · 0.45
hs_longrun_mainFunction · 0.45
test_2_3Method · 0.45
test_4_5Method · 0.45
test_9Method · 0.45
test_10Method · 0.45
test_12Method · 0.45

Calls

no outgoing calls

Tested by 6

test_2_3Method · 0.36
test_4_5Method · 0.36
test_9Method · 0.36
test_10Method · 0.36
test_12Method · 0.36
hstest_mainFunction · 0.36