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

Method CheckValid

cpp/src/arrow/util/future.h:664–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

662 }
663
664 void CheckValid() const {
665#ifndef NDEBUG
666 if (!is_valid()) {
667 Status::Invalid("Invalid Future (default-initialized?)").Abort();
668 }
669#endif
670 }
671
672 explicit Future(std::shared_ptr<FutureImpl> impl) : impl_(std::move(impl)) {}
673

Callers

nothing calls this directly

Calls 3

is_validFunction · 0.50
InvalidFunction · 0.50
AbortMethod · 0.45

Tested by

no test coverage detected