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

Method getDocumentTagNameText

src/database/WizIndex.cpp:1181–1192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1179}
1180
1181CString WizIndex::getDocumentTagNameText(const CString& strDocumentGUID)
1182{
1183 CString strText;
1184
1185 CWizStdStringArray arrayTagName;
1186 if (!getDocumentTagsNameStringArray(strDocumentGUID, arrayTagName))
1187 return strText;
1188
1189 WizStringArrayToText(arrayTagName, strText, "; ");
1190
1191 return strText;
1192}
1193
1194bool WizIndex::getDocumentTagsDisplayNameStringArray(const CString& strDocumentGUID, CWizStdStringArray& arrayTagDisplayName)
1195{

Callers

nothing calls this directly

Calls 1

WizStringArrayToTextFunction · 0.85

Tested by

no test coverage detected