()
| 413 | } |
| 414 | |
| 415 | function buildExampleLeaf(): ExampleLeaf { |
| 416 | return { |
| 417 | label: "leaf", |
| 418 | count: 7, |
| 419 | }; |
| 420 | } |
| 421 | |
| 422 | function buildExampleMessage(): ExampleMessage { |
| 423 | const leaf = buildExampleLeaf(); |
no outgoing calls
no test coverage detected