MCPcopy Create free account
hub / github.com/codecombat/codecombat / constructor

Method constructor

app/lib/i18n/AIPostProcessor.js:2–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1class 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\]/, '')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected