| 37 | return GetPointer<const flatbuffers::Vector<const RemoteBlock *> *>(VT_BLOCKS); |
| 38 | } |
| 39 | uint32_t error_code() const { return GetField<uint32_t>(VT_ERROR_CODE, 0); } |
| 40 | bool Verify(flatbuffers::Verifier &verifier) const { |
| 41 | return VerifyTableStart(verifier) && VerifyOffset(verifier, VT_BLOCKS) && |
| 42 | verifier.VerifyVector(blocks()) && VerifyField<uint32_t>(verifier, VT_ERROR_CODE) && |
nothing calls this directly
no outgoing calls
no test coverage detected