(code: code, string: string)
| 235 | } |
| 236 | |
| 237 | const cstringMessage = (code: code, string: string): Uint8Array => { |
| 238 | const writer = new Writer() |
| 239 | writer.addCString(string) |
| 240 | return writer.flush(code) |
| 241 | } |
| 242 | |
| 243 | const emptyDescribePortal = writer.addCString('P').flush(code.describe) |
| 244 | const emptyDescribeStatement = writer.addCString('S').flush(code.describe) |