(creator)
| 1 | module.exports = class PromptModuleAPI { |
| 2 | constructor (creator) { |
| 3 | this.creator = creator |
| 4 | } |
| 5 | |
| 6 | injectFeature (feature) { |
| 7 | this.creator.featurePrompt.choices.push(feature) |
nothing calls this directly
no outgoing calls
no test coverage detected