MCPcopy Create free account
hub / github.com/apache/arrow / value

Function value

cpp/src/generated/Schema_generated.h:1901–1903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1899 return GetPointer<const ::flatbuffers::String *>(VT_KEY);
1900 }
1901 const ::flatbuffers::String *value() const {
1902 return GetPointer<const ::flatbuffers::String *>(VT_VALUE);
1903 }
1904 bool Verify(::flatbuffers::Verifier &verifier) const {
1905 return VerifyTableStart(verifier) &&
1906 VerifyOffset(verifier, VT_KEY) &&

Callers 3

VerifyFunction · 0.70
AsStructMethod · 0.50
ToStringMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected