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

Method begin

src/framework/log/codetimecheck.cpp:141–144  ·  view source on GitHub ↗

* @brief begin 检查点-开始 * @param context 日志打印上下文,可参照QMessageLogContext */

Source from the content-addressed store, hash-verified

139 * @param context 日志打印上下文,可参照QMessageLogContext
140 */
141void CodeCheckTime::begin(const QMessageLogContext &context)
142{
143 GlobalPrivate::outCheck(context, "begin");
144}
145
146/**
147 * @brief end 检查点-结束

Callers 15

readPluginsMethod · 0.45
readJsonToMetaMethod · 0.45
dependsSortMethod · 0.45
initPluginsMethod · 0.45
removeMethod · 0.45
setSystemDataMethod · 0.45
updateItemMethod · 0.45
sortItemsMethod · 0.45
sortChildrenMethod · 0.45
readToolChainMethod · 0.45
parseCodeActionsFunction · 0.45

Calls 1

outCheckFunction · 0.85

Tested by

no test coverage detected