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

Method enterDryRun

src/dbal/ByteStream_impl.hpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162
163template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
164inline
165void
166ByteStream<StreamBuf, TypeTraits, IsMutable>::enterDryRun() {
167 ++mDryRun;
168}
169
170template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
171inline

Callers 1

DryRunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected