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

Method setMeta

src/database/WizDatabase.cpp:1944–1947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1942}
1943
1944bool WizDatabase::setMeta(const QString& strSection, const QString& strKey, const QString& strValue)
1945{
1946 return WizIndex::setMeta(strSection, strKey, strValue);
1947}
1948
1949QString WizDatabase::meta(const QString& strSection, const QString& strKey)
1950{

Callers 4

WizDayOnceMethod · 0.45
onBizServiceExprMethod · 0.45
setUserCertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected