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

Function getBridgeLayer

valdi/src/valdi/snap_drawing/SnapDrawingViewManager.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52#include "utils/time/StopWatch.hpp"
53
54namespace snap::drawing {
55
56static Valdi::Ref<BridgeLayer> getBridgeLayer(const Valdi::Ref<Valdi::View>& view) {
57 return Valdi::castOrNull<BridgeLayer>(valdiViewToLayer(view));
58}
59

Callers 3

getBridgeViewFunction · 0.85
onApplyMethod · 0.85
onResetMethod · 0.85

Calls 1

valdiViewToLayerFunction · 0.85

Tested by

no test coverage detected