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

Function IsEnabled

cpp/src/arrow/util/logging.h:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 virtual ~ArrowLogBase() {}
153
154 virtual bool IsEnabled() const { return false; }
155
156 template <typename T>
157 ArrowLogBase& operator<<(const T& t) {

Callers 4

IsTextEmptyMethod · 0.85
GetTextMethod · 0.85
IsCheckedMethod · 0.85
logging.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected