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

Method getImagePath

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

Source from the content-addressed store, hash-verified

302 }
303
304 getImagePath() {
305 if (this.isPlatformDeployment()) {
306 return path.join(__dirname, '../../config/images');
307 }
308 return path.join(__dirname, '../images');
309 }
310
311 getJobsPath() {
312 if (this.isPlatformDeployment()) {

Calls 1

isPlatformDeploymentMethod · 0.95

Tested by

no test coverage detected