()
| 1 | class AIPostProcessor { |
| 2 | constructor () { |
| 3 | this.type = 'postProcessor' |
| 4 | this.name = 'AIPostProcessor' |
| 5 | } |
| 6 | |
| 7 | process (value, key, options, translator) { |
| 8 | const removeAI = value.replace(/^\[AI_TRANSLATION\]/, '') |
nothing calls this directly
no outgoing calls
no test coverage detected