MCPcopy Index your code
hub / github.com/deepnote/deepnote / getOutput

Function getOutput

packages/cli/src/commands/open.test.ts:38–40  ·  view source on GitHub ↗
(spy: Mock<typeof console.log>)

Source from the content-addressed store, hash-verified

36const DEFAULT_OPTIONS: OpenOptions = {}
37
38function getOutput(spy: Mock<typeof console.log>): string {
39 return spy.mock.calls.map(call => call.join(' ')).join('\n')
40}
41
42function getAllOutput(logSpy: Mock<typeof console.log>, errorSpy: Mock<typeof console.error>): string {
43 const logOutput = logSpy.mock.calls.map(call => call.join(' ')).join('\n')

Callers 1

open.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected