Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/incubator-pegasus
/ string_view
Method
string_view
src/utils/string_view.h:165–165 ·
view source on GitHub ↗
Null `string_view` constructor
Source
from the content-addressed store, hash-verified
163
164
// Null `string_view` constructor
165
constexpr string_view() noexcept : ptr_(nullptr), length_(0) {}
166
167
// Implicit constructors
168
Callers
nothing calls this directly
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected