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

Function makeRoot

snap_drawing/test/utils/TestGestureUtils.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12Ref<LayerRoot> makeRoot() {
13 return makeShared<LayerRoot>(createResources());
14}
15
16Ref<Layer> createView(Scalar x, Scalar y, Scalar width, Scalar height) {
17 auto view = makeShared<Layer>(createResources());

Callers 2

TestContainerMethod · 0.85
TESTFunction · 0.85

Calls 1

createResourcesFunction · 0.85

Tested by

no test coverage detected