* Performs encode or decode on given content. * @protected * @param {Chain} content * @param {boolean} isEncode True for encoding, false for decoding * @return {number[]|string|Uint8Array|Chain|Promise} Resulting content
(content, isEncode)
| 262 | * @return {number[]|string|Uint8Array|Chain|Promise} Resulting content |
| 263 | */ |
| 264 | performTranslate (content, isEncode) { |
| 265 | return content |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Triggered after performing encode or decode on given content. |
no outgoing calls
no test coverage detected