MCPcopy Create free account
hub / github.com/DialmasterOrg/Youtarr / isElfhostedPlatform

Method isElfhostedPlatform

server/modules/configModule.js:276–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

274 }
275
276 isElfhostedPlatform() {
277 return process.env.PLATFORM && process.env.PLATFORM.toLowerCase() === 'elfhosted';
278 }
279
280 ensurePlatformDirectories() {
281 const imagePath = this.getImagePath();

Callers 9

constructorMethod · 0.95
updateConfigMethod · 0.95
saveConfigMethod · 0.95
watchConfigMethod · 0.95
initializeFunction · 0.80
health.jsFile · 0.80
config.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected