MCPcopy
hub / github.com/remix-run/react-router / stop

Function stop

packages/create-react-router/loading-indicator.ts:154–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152 loop();
153 },
154 stop() {
155 done = true;
156 stdin.removeListener("keypress", keypress);
157 logUpdate.clear();
158 rl.close();
159 },
160 };
161 loadingIndicator.start();
162 return loadingIndicator;

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…