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

Function log

scripts/github-actions/post-review-comments.js:85–88  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

83 routeCategories = "",
84}) {
85 const log = (msg) => {
86 if (core && typeof core.info === "function") core.info(msg);
87 else console.log(msg);
88 };
89 const out = (name, value) => {
90 if (core && typeof core.setOutput === "function") core.setOutput(name, value);
91 };

Callers 12

runPostReviewCommentsFunction · 0.70
publishBatchFunction · 0.70
ensureSummaryAnchorFunction · 0.70
finalizeSummaryFunction · 0.70
getAuthenticatedLoginFunction · 0.70
logRateLimitQuotaFunction · 0.70
withRetryFunction · 0.70
readWithPacingFunction · 0.70
readAllPagesFunction · 0.70
isCommentAlreadyPostedFunction · 0.70
cooldownAndReconcileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected