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

Method process

app/lib/i18n/AIPostProcessor.js:7–10  ·  view source on GitHub ↗
(value, key, options, translator)

Source from the content-addressed store, hash-verified

5 }
6
7 process (value, key, options, translator) {
8 const removeAI = value.replace(/^\[AI_TRANSLATION\]/, '')
9 return removeAI
10 }
11}
12AIPostProcessor.type = 'postProcessor'
13module.exports = AIPostProcessor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected