Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/decaporg/decap-cms
/ log
Function
log
scripts/test-package-integrity.mjs:29–31 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
27
];
28
29
function
log(msg) {
30
console.log(`[test-package-integrity] ${msg}`);
31
}
32
33
function
error(msg) {
34
console.error(`[test-package-integrity] ERROR: ${msg}`);
Callers
4
testPackagePack
Function · 0.85
testBrowserCompatibility
Function · 0.85
testPackageJson
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected