* @_ignore:
(fragment: EventFragment, topic: string, args: Result)
| 66 | * @_ignore: |
| 67 | */ |
| 68 | constructor(fragment: EventFragment, topic: string, args: Result) { |
| 69 | const name = fragment.name, signature = fragment.format(); |
| 70 | defineProperties<LogDescription>(this, { |
| 71 | fragment, name, signature, topic, args |
| 72 | }); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | /** |
nothing calls this directly
no test coverage detected