()
| 149509 | }; |
| 149510 | }, |
| 149511 | id () { |
| 149512 | return (this._subid ? this._subid + ":" : 0) + this._id++; |
| 149513 | }, |
| 149514 | add (op) { |
| 149515 | this.operators.push(op); |
| 149516 | op.id = this.id(); // if pre-registration references exist, resolve them now |
no outgoing calls
no test coverage detected