| 5998 | return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *>(VT_OUTPUTS); |
| 5999 | } |
| 6000 | uint32_t version() const { |
| 6001 | return GetField<uint32_t>(VT_VERSION, 0); |
| 6002 | } |
| 6003 | bool Verify(flatbuffers::Verifier &verifier) const { |
| 6004 | return VerifyTableStart(verifier) && |
| 6005 | VerifyOffset(verifier, VT_LAYERS) && |
nothing calls this directly
no outgoing calls
no test coverage detected