MCPcopy 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

15using Function = snap::CopyableFunction<Signature>;
16
17struct DispatchFunction : public Valdi::Function<void()> {
18 using Valdi::Function<void()>::Function;
19};
20
21} // namespace Valdi

Callers 10

lockFreeRemoveTaskMethod · 0.85
barrierMethod · 0.85
runNextTaskMethod · 0.85
destroyViewNodeTreeMethod · 0.85
onColorPaletteUpdatedMethod · 0.85
setLayoutSpecsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected