Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/MMKV
/ RegisterEntryModule
Function
RegisterEntryModule
OpenHarmony/entry/src/main/cpp/napi_init.cpp:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
};
229
230
extern
"C"
__attribute__((constructor)) void RegisterEntryModule(void)
231
{
232
napi_module_register(&demoModule);
233
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected