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

Method getClassName

valdi/test/utils/valdi_test_utils.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61std::string_view DummyView::getClassName() {
62 return _impl->getViewClassName().toStringView();
63}
64
65bool DummyView::isRightToLeft() const {
66 return _impl->isRightToLeft();

Calls 2

toStringViewMethod · 0.45
getViewClassNameMethod · 0.45

Tested by

no test coverage detected