Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ StringRef
Method
StringRef
Bcore/src/main/cpp/Dobby/tests/catch.hpp:408–409 ·
view source on GitHub ↗
construction/ assignment
Source
from the content-addressed store, hash-verified
406
407
public: // construction/ assignment
408
StringRef() noexcept : StringRef(s_empty, 0) {
409
}
410
411
StringRef(StringRef const &other) noexcept : m_start(other.m_start), m_size(other.m_size) {
412
}
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected