MCPcopy Create free account
hub / github.com/Threadfin/Threadfin / getValueFromProviderFile

Function getValueFromProviderFile

html/js/data.js:316–325  ·  view source on GitHub ↗
(xXmltvFile, fileType, key)

Source from the content-addressed store, hash-verified

314}
315
316function getValueFromProviderFile(xXmltvFile, fileType, key) {
317
318 var fileID = xXmltvFile.substring(0, xXmltvFile.lastIndexOf('.'))
319
320 if (config["files"][fileType].hasOwnProperty(fileID) == true) {
321 var data = config["files"][fileType][fileID];
322 return data[key]
323 }
324
325}
326
327
328

Callers 5

createSearchObjFunction · 0.70
createMappingTableFunction · 0.70
mappingDetailFunction · 0.70
saveBulkFunction · 0.70
changeXmltvFileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected