MCPcopy
hub / github.com/single-spa/single-spa / start

Function start

src/start.js:7–13  ·  view source on GitHub ↗
(opts)

Source from the content-addressed store, hash-verified

5let started = false;
6
7export function start(opts) {
8 started = true;
9 if (isInBrowser) {
10 patchHistoryApi(opts);
11 reroute();
12 }
13}
14
15export function isStarted() {
16 return started;

Callers 1

Calls 2

patchHistoryApiFunction · 0.90
rerouteFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…