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

Method IsTextEmpty

cpp/src/arrow/flight/sql/odbc/odbc_impl/ui/window.cc:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193bool Window::IsTextEmpty() const {
194 if (!IsEnabled()) {
195 return true;
196 }
197 int len = GetWindowTextLength(handle_);
198
199 return (len <= 0);
200}
201
202void Window::ListAddColumn(const std::wstring& name, int index, int width) {
203 LVCOLUMN lvc;

Callers 2

CheckEnableOkMethod · 0.80
CheckEnableOkMethod · 0.80

Calls 1

IsEnabledFunction · 0.85

Tested by

no test coverage detected