All files / src/Ice Current.js

100% Statements 15/15
100% Branches 2/2
100% Functions 1/1
100% Lines 15/15

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 1641x 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;
    }
}