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

Method PropAsString

src/fs/fspropdisplayer.cpp:304–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304TSTRING cFSPropDisplayer::PropAsString(const iFCO* const pFCO, const int propIdx, int iOffset, int iWidth)
305{
306 if (mpvPropsWeDisplay.ContainsItem(propIdx) && mbLazy)
307 {
308 InitForProp(pFCO, propIdx);
309 }
310 // run the const version of PropAsString
311 return ((const cFSPropDisplayer*)this)->PropAsString(pFCO, propIdx, iOffset, iWidth);
312}
313
314TSTRING cFSPropDisplayer::PropAsString(const iFCO* const pFCO, const int propIdx, int iOffset, int iWidth) const
315{

Callers 3

DisplayFCOPropsFunction · 0.80
PrintFCOFunction · 0.80
DisplayChangedPropsMethod · 0.80

Calls 5

ContainsItemMethod · 0.80
GetPropAtMethod · 0.80
GetPropSetMethod · 0.80
ConvertModeToStringMethod · 0.80
AsStringMethod · 0.45

Tested by

no test coverage detected