| 3542 | return GetPointer<const flatbuffers::String *>(VT_INPUT); |
| 3543 | } |
| 3544 | int32_t radius() const { |
| 3545 | return GetField<int32_t>(VT_RADIUS, 0); |
| 3546 | } |
| 3547 | float bias() const { |
| 3548 | return GetField<float>(VT_BIAS, 0.0f); |
| 3549 | } |
nothing calls this directly
no outgoing calls
no test coverage detected