MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / ContentWriter

Class ContentWriter

3rdparty/cppdap/src/content_stream.h:53–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51};
52
53class ContentWriter {
54 public:
55 ContentWriter() = default;
56 ContentWriter(const std::shared_ptr<Writer>&);
57 ContentWriter& operator=(ContentWriter&&) noexcept;
58
59 bool isOpen();
60 void close();
61 bool write(const std::string&) const;
62
63 private:
64 std::shared_ptr<Writer> writer;
65};
66
67} // namespace dap
68

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected