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

Function IsRemoteModulesAllowed

test-app/runtime/src/main/cpp/DevFlags.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108bool IsRemoteModulesAllowed() {
109 InitializeSecurityConfig();
110 return s_allowRemoteModules || s_isDebuggable;
111}
112
113bool IsRemoteUrlAllowed(const std::string& url) {
114 InitializeSecurityConfig();

Callers

nothing calls this directly

Calls 1

InitializeSecurityConfigFunction · 0.85

Tested by

no test coverage detected