Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
const
failures = [];
91
92
function
log(msg) {
93
console.log(msg);
94
}
95
96
function
verbose(msg) {
97
if
(VERBOSE) {
Callers
6
check
Function · 0.70
getTarballContents
Function · 0.70
validateTarballContents
Function · 0.70
validatePackageJson
Function · 0.70
validateBinScripts
Function · 0.70
main
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected