MCPcopy Create free account
hub / github.com/Xu22Web/tech-study-js / log

Function log

tech-study.js:1981–1983  ·  view source on GitHub ↗

* @description 打印日志 * @param text

(...text)

Source from the content-addressed store, hash-verified

1979 * @param text
1980 */
1981function log(...text) {
1982 printColor('dodgerblue', ...text);
1983}
1984/**
1985 * @description 打印错误
1986 * @param text

Callers 15

tech-study.jsFile · 0.70
hasMobileFunction · 0.70
studyPauseLockFunction · 0.70
handleSlideVerifyFunction · 0.70
examPauseLockFunction · 0.70
doingExamFunction · 0.70
doExamPracticeFunction · 0.70
doExamPaperFunction · 0.70
findExamPaperFunction · 0.70
initChildListenerFunction · 0.70
closeFrameFunction · 0.70
getQRCodeFunction · 0.70

Calls 1

printColorFunction · 0.70

Tested by

no test coverage detected