MCPcopy Create free account
hub / github.com/callstack/agent-device / printWebSetupStart

Function printWebSetupStart

src/cli/commands/web.ts:42–45  ·  view source on GitHub ↗
(json: boolean | undefined)

Source from the content-addressed store, hash-verified

40}
41
42function printWebSetupStart(json: boolean | undefined): void {
43 if (json) return;
44 process.stdout.write('Setting up managed agent-browser backend (downloads if needed)...\n');
45}
46
47function printWebSetupResult(json: boolean | undefined, status: AgentBrowserToolStatus): void {
48 if (json) {

Callers 1

runWebCommandFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…