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

Function util_Encode

src/tw/textdbviewer.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123//static void OutputDetailHeader( const cFCODbSpecIter& dbi, int nObjects, TOSTREAM* pOut );
124
125static TSTRING util_Encode(const TSTRING& sIn)
126{
127 static cDisplayEncoder e;
128 TSTRING sOut = sIn;
129 e.Encode(sOut);
130 return sOut;
131}
132
133//=========================================================================
134// METHOD CODE

Callers 1

OutputDatabaseHeaderFunction · 0.70

Calls 1

EncodeMethod · 0.45

Tested by

no test coverage detected