| 406 | return attribute_data_types[index]; |
| 407 | }; |
| 408 | const CHAR* get_attribute_name(U32 index) const { |
| 409 | return attribute_names[index]; |
| 410 | }; |
| 411 | const CHAR* get_attribute_description(U32 index) const { |
| 412 | return attribute_descriptions[index]; |
| 413 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected