MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / isValid

Method isValid

src/common/ThreadStart.h:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 bool isCurrent() const noexcept;
131
132 bool isValid() const noexcept
133 {
134 return m_handle != INVALID_HANDLE;
135 }
136
137 // invoked from dtor - ignore syscall's error
138 void detach(bool close = true) noexcept

Callers 1

CVT_string_to_datetimeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected