* Returns a JSONFileItem representing the course/config.json file object. * @returns {JSONFileItem} *
()
| 111 | * @returns {JSONFileItem} |
| 112 | * */ |
| 113 | getConfigFileItem() { |
| 114 | return this.configFile.firstFileItem; |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * @param {string} fromName |
no outgoing calls
no test coverage detected