MCPcopy Create free account
hub / github.com/different-ai/opencode-browser / success

Function success

bin/cli.js:64–66  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

62}
63
64function success(msg) {
65 console.log(color("green", " " + msg));
66}
67
68function warn(msg) {
69 console.log(color("yellow", " " + msg));

Callers 6

installFunction · 0.85
updateFunction · 0.85
statusFunction · 0.85
agentInstallFunction · 0.85
agentGatewayFunction · 0.85
uninstallFunction · 0.85

Calls 1

colorFunction · 0.85

Tested by

no test coverage detected