Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ data
Method
data
valdi_core/src/valdi_core/cpp/Utils/StaticString.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
const void* StaticString::data() const {
28
StaticStringAllocator allocator;
29
return allocator.getContainerStartPtr(this);
30
}
31
32
void* StaticString::data() {
33
StaticStringAllocator allocator;
Callers
4
makeUTF8
Method · 0.45
makeUTF16
Method · 0.45
makeUTF32
Method · 0.45
utf8ToWString
Method · 0.45
Calls
1
getContainerStartPtr
Method · 0.45
Tested by
no test coverage detected