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

Method getJobsPath

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

Source from the content-addressed store, hash-verified

309 }
310
311 getJobsPath() {
312 if (this.isPlatformDeployment()) {
313 return path.join(__dirname, '../../config/jobs');
314 }
315 return path.join(__dirname, '../../jobs');
316 }
317
318 updateConfig(newConfig) {
319 this.config = newConfig;

Callers 5

getVideoMetadataMethod · 0.80
constructorMethod · 0.80
processVideoMetadataMethod · 0.80

Calls 1

isPlatformDeploymentMethod · 0.95

Tested by

no test coverage detected