Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DialmasterOrg/Youtarr
/ isPlatformDeployment
Method
isPlatformDeployment
server/modules/configModule.js:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
isPlatformDeployment() {
273
return
!!process.env.DATA_PATH;
274
}
275
276
isElfhostedPlatform() {
277
return
process.env.PLATFORM && process.env.PLATFORM.toLowerCase() ===
'elfhosted'
;
Callers
4
constructor
Method · 0.95
getImagePath
Method · 0.95
getJobsPath
Method · 0.95
configModule.test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected