MCPcopy Create free account
hub / github.com/CommE2E/comm / lock

Method lock

native/android/app/src/cpp/CommMMKV.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 static void lock() {
18 static const auto cls = javaClassStatic();
19 static auto method = cls->getStaticMethod<void()>("lock");
20 method(cls);
21 }
22
23 static void unlock() {
24 static const auto cls = javaClassStatic();

Callers 15

send_messageFunction · 0.45
close_connectionFunction · 0.45
getMethod · 0.45
closeMethod · 0.45
handle_msg_syncMethod · 0.45
handle_auth_msgMethod · 0.45
new_futureFunction · 0.45
resolve_futureFunction · 0.45
start_if_not_runningMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected