MCPcopy Index your code
hub / github.com/SynkraAI/aiox-core / log

Function log

scripts/validate-package-completeness.js:92–94  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

90const failures = [];
91
92function log(msg) {
93 console.log(msg);
94}
95
96function verbose(msg) {
97 if (VERBOSE) {

Callers 6

checkFunction · 0.70
getTarballContentsFunction · 0.70
validateTarballContentsFunction · 0.70
validatePackageJsonFunction · 0.70
validateBinScriptsFunction · 0.70
mainFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected