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

Method NeedsEncoding

src/core/displayencoder.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234//////////////////////////////////////////////////////////////////////////////
235
236bool cNonNarrowableCharEncoder::NeedsEncoding(TSTRING::const_iterator first, TSTRING::const_iterator last) const
237{
238 return false; // all chars are narrow
239}
240
241
242bool cNonPrintableCharEncoder::NeedsEncoding(TSTRING::const_iterator first, TSTRING::const_iterator last) const

Callers 3

EncodeMethod · 0.80

Calls 2

IsSingleTCHARFunction · 0.85
IsWhiteSpaceFunction · 0.85

Tested by

no test coverage detected