MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / disconnect

Function disconnect

local-cli/server/util/attachHMRServer.js:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 let client = null;
42
43 function disconnect() {
44 client = null;
45 packagerServer.setHMRFileChangeListener(null);
46 }
47
48 // For the give platform and entry file, returns a promise with:
49 // - The full list of dependencies.

Callers 1

attachHMRServerFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…