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

Method setFrame

valdi/src/valdi/standalone_runtime/StandaloneView.cpp:188–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188void StandaloneView::setFrame(const Frame& frame) {
189 _frame = frame;
190}
191
192const Frame& StandaloneView::getFrame() const {
193 return _frame;

Callers 4

setViewFrameMethod · 0.45
setViewFrameMethod · 0.45
drawFrameMethod · 0.45
drawFrameSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected