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

Method size

cpp/src/arrow/filesystem/mockfs.cc:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 File(TimePoint mtime, std::string name) : mtime(mtime), name(std::move(name)) {}
66
67 int64_t size() const { return data ? data->size() : 0; }
68
69 explicit operator std::string_view() const {
70 if (data) {

Callers 15

ParseFromStringFunction · 0.45
CompareSessionOptionMapsFunction · 0.45
ValidateMethod · 0.45
ToStringMethod · 0.45
NextMethod · 0.45
ServeMethod · 0.45
UnpackProtoActionFunction · 0.45
FromProtoFunction · 0.45
SchemaToStringFunction · 0.45
IpcMessageHeaderSizeFunction · 0.45
ARROW_ASSIGN_OR_RAISEFunction · 0.45

Calls

no outgoing calls

Tested by 15

ASSERT_OK_AND_ASSIGNFunction · 0.36
ASSERT_OK_AND_ASSIGNMethod · 0.36
DoActionMethod · 0.36
TEST_FMethod · 0.36
TestRoundtripFunction · 0.36
SplitCookiesMethod · 0.36
TESTFunction · 0.36
CheckDoGetMethod · 0.36
TestDoGetIntsMethod · 0.36
TestDoGetFloatsMethod · 0.36
TestDoGetDictsMethod · 0.36