Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ DispatchFunction
Class
DispatchFunction
valdi_core/src/valdi_core/cpp/Utils/Function.hpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
using Function = snap::CopyableFunction<Signature>;
16
17
struct DispatchFunction : public Valdi::Function<void()> {
18
using Valdi::Function<void()>::Function;
19
};
20
21
} // namespace Valdi
Callers
10
lockFreeRemoveTask
Method · 0.85
barrier
Method · 0.85
runNextTask
Method · 0.85
scheduleExclusiveUpdate
Method · 0.85
destroyViewNodeTree
Method · 0.85
onColorPaletteUpdated
Method · 0.85
setLayoutSpecs
Method · 0.85
schedulePerformUpdates
Method · 0.85
scheduleReapplyAttributesRecursive
Method · 0.85
scheduleExclusiveUpdate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected