MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / check

Method check

scripts/logger.js:76–80  ·  view source on GitHub ↗

* 检查项 (带emoji)

(passed, message)

Source from the content-addressed store, hash-verified

74 * 检查项 (带emoji)
75 */
76 static check(passed, message) {
77 const icon = passed ? '✅' : '❌';
78 const color = passed ? colors.green : colors.red;
79 console.log(icon, color + message + colors.reset);
80 }
81
82 /**
83 * 步骤开始

Callers 1

runChecksFunction · 0.80

Calls 1

logMethod · 0.45

Tested by

no test coverage detected