()
| 35 | |
| 36 | /* return the number of descriptors for the corresponding classes */ |
| 37 | function getDescriptorState() { |
| 38 | return toDescriptorState(descriptorsByClass) |
| 39 | } |
| 40 | |
| 41 | return({ |
| 42 | internals: { |
nothing calls this directly
no test coverage detected