MCPcopy Create free account
hub / github.com/vercel/vercel / getFullOutput

Method getFullOutput

packages/cli/test/mocks/client.ts:320–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 }
319
320 getFullOutput(): string {
321 const stderr = client.stderr;
322 return stderr.getFullOutput();
323 }
324
325 async startMockServer() {
326 this.mockServer = createServer(this.app);

Callers

nothing calls this directly

Calls 1

getFullOutputMethod · 0.45

Tested by

no test coverage detected