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

Method setShouldProcessUpdatesSynchronously

valdi/src/valdi/runtime/Runtime.cpp:903–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901}
902
903int Runtime::getHotReloadSequence() const {
904 return _hotReloadSequence;
905}
906
907bool Runtime::debuggerServiceEnabled() const {
908 return _debuggerServiceEnabled;
909}
910
911void Runtime::setRuntimeMessageHandler(const Shared<snap::valdi::RuntimeMessageHandler>& runtimeMessageHandler) {

Callers

nothing calls this directly

Calls 2

getAllContextsMethod · 0.45

Tested by

no test coverage detected