| 415 | return attribute_scales[index]; |
| 416 | }; |
| 417 | F64 get_attribute_offset(U32 index) const { |
| 418 | return attribute_offsets[index]; |
| 419 | }; |
| 420 | F64 get_attribute_no_data(U32 index) const { |
| 421 | return attribute_no_datas[index]; |
| 422 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected