Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
501
class MyStringView {
502
public:
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
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected