Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
276
static bool NeedsEncoding(char ch)
277
{
278
return ((ch < 33) || (ch > 60 && ch < 62) || (ch > 126));
279
}
280
281
static std::string EncodeChar(char ch)
282
{
Callers
1
Encode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected