Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ Callback
Class
Callback
test-app/runtime/src/main/cpp/CallbackHandlers.cpp:674–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
673
int CallbackHandlers::RunOnMainThreadFdCallback(int fd, int events, void *data) {
674
struct Callback value;
675
auto size = sizeof(Callback);
676
ssize_t nr = read(fd, &value, sizeof(value));
677
Callers
1
RunOnMainThreadCallback
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected