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

Function createResources

snap_drawing/test/utils/TestGestureUtils.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace snap::drawing {
7
8Ref<Resources> createResources() {
9 return makeShared<Resources>(nullptr, 1.0f, ConsoleLogger::getLogger());
10}
11
12Ref<LayerRoot> makeRoot() {
13 return makeShared<LayerRoot>(createResources());

Callers 2

makeRootFunction · 0.85
createViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected