MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~Stream

Method ~Stream

external/httplib.h:725–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723class Stream {
724public:
725 virtual ~Stream() = default;
726
727 virtual bool is_readable() const = 0;
728 virtual bool is_writable() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected