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

Method snapDrawingLayout

valdi/src/valdi/android/NativeBridge.cpp:2183–2189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2181void ValdiAndroid::NativeBridge::startProfiling( // NOLINT
2182 fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT
2183 jlong runtimeHandle) {
2184 auto* runtime = getRuntime(runtimeHandle);
2185 if (runtime == nullptr) {
2186 return;
2187 }
2188 runtime->getJavaScriptRuntime()->startProfiling();
2189}
2190
2191void ValdiAndroid::NativeBridge::stopProfiling( // NOLINT
2192 fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT

Callers

nothing calls this directly

Calls 2

getSnapDrawingRootFunction · 0.85
setSizeMethod · 0.45

Tested by

no test coverage detected