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

Method ToStringAPI

src/fs/fsnametranslator.cpp:64–69  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////////// ToStringAPI //////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

62// ToStringAPI
63///////////////////////////////////////////////////////////////////////////////
64TSTRING cFSNameTranslator::ToStringAPI(const cFCOName& name) const
65{
66 ASSERT(name.GetDelimiter() == _T('/'));
67
68 return name.AsString();
69}
70
71///////////////////////////////////////////////////////////////////////////////
72// ToStringDisplay

Callers 1

VisitFSObjectMethod · 0.80

Calls 2

GetDelimiterMethod · 0.45
AsStringMethod · 0.45

Tested by

no test coverage detected