MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / buildLanguageToCommentPrefixMap

Function buildLanguageToCommentPrefixMap

CodeHandler.cpp:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static QHash<QString, QString> buildLanguageToCommentPrefixMap()
101{
102 QHash<QString, QString> result;
103 for (const auto &languageProps : getKnownLanguages()) {
104 result[languageProps.name] = languageProps.commentStyle;
105 }
106 return result;
107}
108
109static QHash<QString, QString> buildExtensionToLanguageMap()
110{

Callers 1

getCommentPrefixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected