MCPcopy Create free account
hub / github.com/daniele77/cli / Encode

Method Encode

include/cli/detail/server.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 virtual void OnDataReceived(const std::string& _data) = 0;
95
96 virtual std::string Encode(const std::string& _data) const { return _data; }
97
98private:
99

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected