MCPcopy Create free account
hub / github.com/apache/brpc / MyStringView

Method MyStringView

test/bvar_multi_dimension_unittest.cpp:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501class MyStringView {
502public:
503 MyStringView() : _ptr(NULL), _len(0) {}
504 MyStringView(const char* str)
505 : _ptr(str),
506 _len(str == NULL ? 0 : strlen(str)) {}

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected