Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/entropic-dev/entropic
/ log
Method
log
cli/lib/logger.js:4–6 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
2
3
module.exports =
class
Logger {
4
static log(msg) {
5
console.log(chalk.default.yellow(msg));
6
}
7
static error(msg, stacktrace = undefined) {
8
console.log(chalk.default.red(msg));
9
Callers
15
main
Function · 0.45
error
Method · 0.45
unpack
Function · 0.45
main
Function · 0.45
fetchPackage
Function · 0.45
ping
Function · 0.45
maintainerships
Function · 0.45
listNamespaceMemberships
Function · 0.45
members
Function · 0.45
listPackageMaintainers
Function · 0.45
publish
Function · 0.45
whoami
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected