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

Method EncodePretty

src/core/displayencoder.cpp:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348
349TSTRING cNonNarrowableCharEncoder::EncodePretty(TSTRING::const_iterator first, TSTRING::const_iterator last) const
350{
351 return EncodeRoundtrip(first, last);
352}
353
354
355TSTRING cNonPrintableCharEncoder::EncodePretty(TSTRING::const_iterator first, TSTRING::const_iterator last) const

Callers 1

EncodeMethod · 0.80

Calls 1

IsSingleTCHARFunction · 0.85

Tested by

no test coverage detected