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

Function toggle

app/utils/devMenu.js:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 isEnabled: () => !!networkInspectEnabled,
44 getHighlightColor: () => (networkInspectEnabled ? '#7A7A7A' : '#363636'),
45 toggle() {
46 networkInspectEnabled = !networkInspectEnabled
47 sendContextMenuUpdate()
48 },
49}
50
51const devMenuMethods = {

Callers

nothing calls this directly

Calls 1

sendContextMenuUpdateFunction · 0.85

Tested by

no test coverage detected