MCPcopy Create free account
hub / github.com/lief-project/LIEF / flush_

Method flush_

api/python/src/spdlog/sinks/python_sink.h:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 explicit python_base_sink() = default;
20 protected:
21 void flush_() override {}
22 void sink_it_(const details::log_msg &msg) override {
23 // See: https://github.com/python/cpython/blob/453da532fee26dc4f83d4cab77eb9bdb17b941e6/Python/sysmodule.c#L4001
24 static constexpr auto BUFFER_SIZE = 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected