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

Method hasView

valdi/src/valdi/runtime/Context/ViewNode.cpp:343–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343bool ViewNode::removeView(ViewTransactionScope& viewTransactionScope) {
344 return removeView(viewTransactionScope, true);
345}
346
347bool ViewNode::removeView(ViewTransactionScope& viewTransactionScope, bool safeRemove) {
348 if (hasView()) {

Callers 9

TEST_PFunction · 0.80
assertHasNoViewFunction · 0.80
assertAllHasViewFunction · 0.80
TESTFunction · 0.80
countViewChildrenMethod · 0.80
writeViewNodeMethod · 0.80
appendAllViewsFunction · 0.80
applyAttributeMethod · 0.80
resetAttributeMethod · 0.80

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.64
assertHasNoViewFunction · 0.64
assertAllHasViewFunction · 0.64
TESTFunction · 0.64
countViewChildrenMethod · 0.64