MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Encode

Method Encode

src/tripwire/mailmessage.h:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 virtual std::string Encode(const std::string& sIn, int maxLineLen = -1, int maxLen = -1)
170 {
171 ASSERT(false);
172 return "";
173 };
174
175 virtual std::string GetEncodedWordIdentifier()
176 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected