MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / debug

Function debug

web/packages/framework/src/utils/index.ts:112–116  ·  view source on GitHub ↗
(message?: any, ...optionalParams: any[])

Source from the content-addressed store, hash-verified

110 * @param optionalParams 其他参数
111 */
112export const debug = (message?: any, ...optionalParams: any[]) => {
113 if (LOG_DEBUG) {
114 console.debug(LOG_PREFIX + message, ...optionalParams);
115 }
116};
117
118/**
119 * 提示

Callers 7

index.tsFile · 0.90
DevModalFunction · 0.90
index.tsxFile · 0.90
loadMetaMethod · 0.90
loadMetaMethod · 0.90
exitMethod · 0.90
enabledMethod · 0.90

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected