({collection})
| 440 | |
| 441 | let CollapsingCollectionRenderer: CollectionRenderer = { |
| 442 | CollectionRoot({collection}) { |
| 443 | return useCollectionRender(collection); |
| 444 | }, |
| 445 | CollectionBranch({collection}) { |
| 446 | return useCollectionRender(collection); |
| 447 | } |
nothing calls this directly
no test coverage detected