MCPcopy Create free account
hub / github.com/QNapi/qnapi / removeWords

Method removeWords

libqnapi/src/config/postprocessingconfig.h:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 bool skipConvertAds() const { return skipConvertAds_; }
74 bool removeWordsEnabled() const { return removeWordsEnabled_; }
75 QStringList removeWords() const { return removeWords_; }
76
77 const PostProcessingConfig setEnabled(const bool& enabled) const {
78 return PostProcessingConfig(

Callers 3

performMethod · 0.80
readConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected