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

Function NeedsEncoding

src/tripwire/mailmessage.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274
275
276static bool NeedsEncoding(char ch)
277{
278 return ((ch < 33) || (ch > 60 && ch < 62) || (ch > 126));
279}
280
281static std::string EncodeChar(char ch)
282{

Callers 1

EncodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected