MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Verify

Function Verify

native/storage/ReuseModel_generated.h:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 bool Verify(flatbuffers::Verifier &verifier) const {
34 return VerifyTableStart(verifier) &&
35 VerifyOffset(verifier, VT_ACTIVITY) &&
36 verifier.VerifyString(activity()) &&
37 VerifyField<int32_t>(verifier, VT_TIMES) &&
38 verifier.EndTable();
39 }
40 };
41
42 struct ActivityTimesBuilder {

Callers

nothing calls this directly

Calls 5

VerifyTableStartFunction · 0.85
VerifyOffsetFunction · 0.85
activityFunction · 0.85
targetsFunction · 0.85
modelFunction · 0.85

Tested by

no test coverage detected