Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ size
Method
size
valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
StaticString::~StaticString() = default;
18
19
size_t StaticString::size() const {
20
return _size;
21
}
22
23
StaticString::Encoding StaticString::encoding() const {
24
return _encoding;
Callers
2
makeUTF8
Method · 0.45
utf8ToWString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected