MCPcopy Create free account
hub / github.com/apache/madlib / leaveDryRun

Method leaveDryRun

src/dbal/ByteStream_impl.hpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
171inline
172void
173ByteStream<StreamBuf, TypeTraits, IsMutable>::leaveDryRun() {
174 madlib_assert(mDryRun > 0, std::logic_error("Non-positive dry-mode "
175 "counter detected."));
176 --mDryRun;
177}
178
179// ByteStream<StreamBuf, Mutable>
180

Callers 1

leaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected