Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
280
void Runtime::Unlock() {
281
#ifdef APPLICATION_IN_DEBUG
282
m_fileWriteMutex.unlock();
283
#endif
284
}
285
286
void Runtime::RunModule(JNIEnv* _env, jobject obj, jstring scriptFile) {
287
JEnv env(_env);
Callers
3
Java_com_tns_Runtime_unlock
Function · 0.80
~LockGuard
Function · 0.80
Unlock
Function · 0.80
Calls
1
unlock
Method · 0.80
Tested by
no test coverage detected