MCPcopy Create free account
hub / github.com/Snapchat/Valdi / bytesFromString

Function bytesFromString

valdi/test/svg/SVGRenderer_tests.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace {
10
11Valdi::BytesView bytesFromString(const char* value) {
12 return Valdi::BytesView(nullptr, reinterpret_cast<const Valdi::Byte*>(value), strlen(value));
13}
14
15class TrackingBitmapFactory : public Valdi::IBitmapFactory {
16public:

Callers 1

TESTFunction · 0.70

Calls 1

BytesViewClass · 0.50

Tested by

no test coverage detected