Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | 41x 41x 41x 41x 942x 942x 942x 942x 942x 942x 942x 942x 942x 942x 41x | // Copyright (c) ZeroC, Inc. export class Current { constructor(adapter, con, id, facet, operation, mode, ctx, requestId, encoding) { this.adapter = adapter; this.con = con; this.id = id; this.facet = facet; this.operation = operation; this.mode = mode; this.ctx = ctx; this.requestId = requestId; this.encoding = encoding; } } |