MCPcopy Create free account
hub / github.com/Kitware/CMake / ContentWriter

Class ContentWriter

Utilities/cmcppdap/src/content_stream.h:57–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…