* @_ignore:
(fragment, topic, args)
| 50 | * @_ignore: |
| 51 | */ |
| 52 | constructor(fragment, topic, args) { |
| 53 | const name = fragment.name, signature = fragment.format(); |
| 54 | (0, index_js_3.defineProperties)(this, { |
| 55 | fragment, name, signature, topic, args |
| 56 | }); |
| 57 | } |
| 58 | } |
| 59 | exports.LogDescription = LogDescription; |
| 60 | /** |