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

Method leave

src/dbal/ByteStream_impl.hpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template <class StreamBuf, template <class T> class TypeTraits, bool IsMutable>
30void
31ByteStream<StreamBuf, TypeTraits, IsMutable>::DryRun::leave() {
32 if (mIsIn) {
33 mStream.leaveDryRun();
34 mIsIn = false;
35 }
36}
37
38
39// ByteStream<StreamBuf, bool IsMutable>

Callers 1

resizeMethod · 0.80

Calls 1

leaveDryRunMethod · 0.80

Tested by

no test coverage detected