MCPcopy 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
27const void* StaticString::data() const {
28 StaticStringAllocator allocator;
29 return allocator.getContainerStartPtr(this);
30}
31
32void* StaticString::data() {
33 StaticStringAllocator allocator;

Callers 4

makeUTF8Method · 0.45
makeUTF16Method · 0.45
makeUTF32Method · 0.45
utf8ToWStringMethod · 0.45

Calls 1

getContainerStartPtrMethod · 0.45

Tested by

no test coverage detected