MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / AppendIndex

Method AppendIndex

cppcryptfs/ui/RecentItems.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void
48RecentItems::AppendIndex(CString& str, int index)
49{
50 TCHAR buf[16];
51 swprintf_s(buf, L"%d", index+1);
52 str = m_base;
53 str += buf;
54}
55
56void
57RecentItems::Populate(CString *items, LPCTSTR initial_default)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected