Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
QStringList Language::ids()
72
{
73
Language::initialize();
74
return documents::languageGlobal.object().keys();
75
}
76
77
QString Language::id(const QString &filePath)
78
{
Callers
nothing calls this directly
Calls
3
initialize
Function · 0.50
keys
Method · 0.45
object
Method · 0.45
Tested by
no test coverage detected