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