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

Method sync

valdi/test/runtime/ValueMarshallerRegistry_tests.cpp:896–898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894 ~TestDispatchQueue() override = default;
895
896 void sync(const DispatchFunction& function) final {
897 function();
898 }
899
900 void async(DispatchFunction function) final {
901 _tasks.emplace_back(std::move(function));

Callers 15

TEST_PFunction · 0.45
TEST_PMethod · 0.45
TESTMethod · 0.45
dispatchOnJsThreadMethod · 0.45
withContextMethod · 0.45
JSContextWrapperMethod · 0.45
~JSContextWrapperMethod · 0.45
getAllPerformedTasksMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected