MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getDocumentTagDisplayNameText

Method getDocumentTagDisplayNameText

src/database/WizIndex.cpp:1241–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1239}
1240
1241CString WizIndex::getDocumentTagDisplayNameText(const CString& strDocumentGUID)
1242{
1243 CString strText;
1244
1245 CWizStdStringArray arrayTagDisplayName;
1246 if (!getDocumentTagsDisplayNameStringArray(strDocumentGUID, arrayTagDisplayName))
1247 return strText;
1248
1249 WizStringArrayToText(arrayTagDisplayName, strText, "; ");
1250
1251 return strText;
1252}
1253
1254CString WizIndex::getDocumentTagGuidsString(const CString& strDocumentGUID)
1255{

Calls 1

WizStringArrayToTextFunction · 0.85

Tested by

no test coverage detected