MCPcopy Create free account
hub / github.com/NativeScript/android / Unlock

Method Unlock

test-app/runtime/src/main/cpp/Runtime.cpp:280–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278}
279
280void Runtime::Unlock() {
281#ifdef APPLICATION_IN_DEBUG
282 m_fileWriteMutex.unlock();
283#endif
284}
285
286void Runtime::RunModule(JNIEnv* _env, jobject obj, jstring scriptFile) {
287 JEnv env(_env);

Callers 3

~LockGuardFunction · 0.80
UnlockFunction · 0.80

Calls 1

unlockMethod · 0.80

Tested by

no test coverage detected