Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adlik/Adlik
/ StringView
Method
StringView
cub/string/string_view.cc:13–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
const size_t StringView::npos = -1;
12
13
StringView::StringView() : StringView(nullptr, 0) {
14
}
15
16
StringView::StringView(const std::string& s) : StringView(s.data(), s.size()) {
17
}
Callers
nothing calls this directly
Calls
2
data
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected