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