MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / BufferStream

Method BufferStream

examples/server/httplib.h:2029–2029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027class BufferStream : public Stream {
2028public:
2029 BufferStream() = default;
2030 ~BufferStream() override = default;
2031
2032 bool is_readable() const override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected