* @param {number} opcode * @returns {boolean}
(opcode)
| 183 | * @returns {boolean} |
| 184 | */ |
| 185 | function isTextBinaryFrame (opcode) { |
| 186 | return opcode === opcodes.TEXT || opcode === opcodes.BINARY |
| 187 | } |
| 188 | |
| 189 | /** |
| 190 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…