MCPcopy 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

constructorMethod · 0.95
getImagePathMethod · 0.95
getJobsPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected