MCPcopy Create free account
hub / github.com/jhen0409/react-native-debugger / isScriptBuildForAndroid

Function isScriptBuildForAndroid

app/middlewares/debuggerAPI.js:91–91  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

89}
90
91const isScriptBuildForAndroid = (url) => url && (url.indexOf('.android.bundle') > -1 || url.indexOf('platform=android') > -1)
92
93let preconnectTimeout
94const preconnect = async (fn, firstTimeout) => {

Callers 1

connectToDebuggerProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected