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

Function toName

src/applications/app.helpers.js:30–32  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

28}
29
30export function toName(app) {
31 return app.name;
32}
33
34export function isParcel(appOrParcel) {
35 return Boolean(appOrParcel.unmountThisParcel);

Callers 15

mountParcelFunction · 0.90
reasonableTimeFunction · 0.90
getAppChangesFunction · 0.90
getAppStatusFunction · 0.90
unregisterApplicationFunction · 0.90
unloadApplicationFunction · 0.90
immediatelyUnloadAppFunction · 0.90
transformErrFunction · 0.90
toUnloadPromiseFunction · 0.90
finishUnloadingAppFunction · 0.90
errorUnloadingAppFunction · 0.90
addAppToUnloadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…