(services, options = {})
| 46 | } |
| 47 | |
| 48 | init(services, options = {}) { |
| 49 | this.services = services; |
| 50 | this.options = options; |
| 51 | } |
| 52 | |
| 53 | read(language, namespace, callback) { |
| 54 | const loadPath = this.options.loadPath; |
no outgoing calls
no test coverage detected