MCPcopy Create free account
hub / github.com/ByConity/ByConity / hasDelayed

Method hasDelayed

src/Server/HTTPHandler.h:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 std::shared_ptr<WriteBuffer> out_maybe_delayed_and_compressed;
59
60 inline bool hasDelayed() const
61 {
62 return out_maybe_delayed_and_compressed != out_maybe_compressed;
63 }
64 };
65
66 IServer & server;

Callers 2

processQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected