Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_file
Method · 0.45
check_assignability_from_ref
Method · 0.45
hstcpcli_main
Function · 0.45
rand_record
Method · 0.45
to_string_ref
Function · 0.45
to_string
Function · 0.45
hs_longrun_main
Function · 0.45
test_2_3
Method · 0.45
test_4_5
Method · 0.45
test_9
Method · 0.45
test_10
Method · 0.45
test_12
Method · 0.45
Calls
no outgoing calls
Tested by
6
test_2_3
Method · 0.36
test_4_5
Method · 0.36
test_9
Method · 0.36
test_10
Method · 0.36
test_12
Method · 0.36
hstest_main
Function · 0.36