Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
30
export
function
toName(app) {
31
return
app.name;
32
}
33
34
export
function
isParcel(appOrParcel) {
35
return
Boolean(appOrParcel.unmountThisParcel);
Callers
15
mountParcel
Function · 0.90
reasonableTime
Function · 0.90
getAppChanges
Function · 0.90
getAppStatus
Function · 0.90
unregisterApplication
Function · 0.90
unloadApplication
Function · 0.90
immediatelyUnloadApp
Function · 0.90
transformErr
Function · 0.90
toUnloadPromise
Function · 0.90
finishUnloadingApp
Function · 0.90
errorUnloadingApp
Function · 0.90
addAppToUnload
Function · 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…