(portal = '', rows = 0)
| 983 | } |
| 984 | |
| 985 | function Execute(portal = '', rows = 0) { |
| 986 | return Buffer.concat([ |
| 987 | b().E().str(portal + b.N).i32(rows).end(), |
| 988 | Flush |
| 989 | ]) |
| 990 | } |
| 991 | |
| 992 | function Close(portal = '') { |
| 993 | return Buffer.concat([ |
no test coverage detected