Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ Q_FOREACH
Function
Q_FOREACH
src/plugins/chat/widgets/inputeditwidget.cpp:335–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
Q_FOREACH (const TagTextFormat &f, formats) {
336
if (!tagList.contains(f.text())) {
337
formats.remove(f.text());
338
Q_EMIT tagRemoved(f.text());
339
}
340
}
341
}
342
343
bool InputEdit::event(QEvent *e)
Callers
nothing calls this directly
Calls
3
contains
Method · 0.45
text
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected