MCPcopy Create free account
hub / github.com/alibaba/open-code-review / warn

Function warn

scripts/install.js:23–25  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

21}
22
23function warn(msg) {
24 console.warn(`[WARN] ${msg}`);
25}
26
27function error(msg) {
28 console.error(`[ERROR] ${msg}`);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected