(rawDescriptors)
| 25 | } |
| 26 | |
| 27 | function load(rawDescriptors) { |
| 28 | descriptorsByClass = loadDescriptors(rawDescriptors) |
| 29 | } |
| 30 | |
| 31 | /* reset, e.g. clear the descriptors */ |
| 32 | function clear() { |
nothing calls this directly
no outgoing calls
no test coverage detected