| 421 | } |
| 422 | |
| 423 | size_t nesting(const ResourceManager* resources) const { |
| 424 | auto collection = asCollection(); |
| 425 | if (collection) |
| 426 | return collection->nesting(resources); |
| 427 | else |
| 428 | return 0; |
| 429 | } |
| 430 | |
| 431 | static size_t nesting(const VariantData* var, |
| 432 | const ResourceManager* resources) { |
nothing calls this directly
no outgoing calls
no test coverage detected