MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / valid

Method valid

tiledb/common/thread_pool/thread_pool.h:195–197  ·  view source on GitHub ↗

* Is this task valid. Wait can only be called on vaid tasks. */

Source from the content-addressed store, hash-verified

193 * Is this task valid. Wait can only be called on vaid tasks.
194 */
195 bool valid() const noexcept {
196 return f_.valid();
197 }
198
199 private:
200 friend class ThreadPool;

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected