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

Method EncodeInline

src/core/displayencoder.h:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 bool Decode(TSTRING& str) const;
111
112 static TSTRING EncodeInline(const TSTRING& sIn)
113 {
114 TSTRING sOut = sIn;
115 cDisplayEncoder e;
116 e.Encode(sOut);
117 return sOut;
118 }
119
120 static TSTRING EncodeInlineAllowWS(const TSTRING& sIn)
121 {

Callers

nothing calls this directly

Calls 1

EncodeMethod · 0.45

Tested by

no test coverage detected