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

Method what

cpp/src/arrow/stl_allocator.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 explicit BadAlloc(Status st) noexcept : st_(std::move(st)) {}
36
37 const char* what() const noexcept override { return st_.message().c_str(); }
38
39 protected:
40 Status st_;

Callers 15

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
InitializeFunction · 0.45
AllocateMethod · 0.45
ReallocateMethod · 0.45
SerializeObjectMethod · 0.45
TESTFunction · 0.45
DeserializeMethod · 0.45
exception.ccFile · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
WrapThenUnwrapMethod · 0.36
TESTFunction · 0.36