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

Method string_wref

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

Source from the content-addressed store, hash-verified

24 size_t length;
25 public:
26 string_wref(char *s = 0, size_t len = 0) : start(s), length(len) { }
27};
28
29struct string_ref {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected