MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / ids

Method ids

src/common/supportfile/language.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QStringList Language::ids()
72{
73 Language::initialize();
74 return documents::languageGlobal.object().keys();
75}
76
77QString Language::id(const QString &filePath)
78{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.50
keysMethod · 0.45
objectMethod · 0.45

Tested by

no test coverage detected