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

Method onApply

valdi/src/valdi/runtime/Attributes/NoOpDefaultAttributeHandler.cpp:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13NoOpDefaultAttributeHandler::~NoOpDefaultAttributeHandler() = default;
14
15Result<Void> NoOpDefaultAttributeHandler::onApply(ViewTransactionScope& /*viewTransactionScope*/,
16 ViewNode& /*viewNode*/,
17 const Ref<View>& /*view*/,
18 const StringBox& /*name*/,
19 const Value& /*value*/,
20 const Ref<Animator>& /*animator*/) {
21 return Void();
22}
23
24void NoOpDefaultAttributeHandler::onReset(ViewTransactionScope& /*viewTransactionScope*/,
25 ViewNode& /*viewNode*/,

Callers 1

applyAttributeMethod · 0.45

Calls 1

VoidClass · 0.50

Tested by

no test coverage detected