MCPcopy
hub / github.com/deepnote/deepnote / getOutput

Function getOutput

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

Source from the content-addressed store, hash-verified

15const DEFAULT_OPTIONS: StatsOptions = {}
16
17function getOutput(spy: Mock<typeof console.log>): string {
18 return spy.mock.calls.map(call => call.join(' ')).join('\n')
19}
20
21function getErrorOutput(spy: Mock<typeof console.error>): string {
22 return spy.mock.calls.map(call => call.join(' ')).join('\n')

Callers 1

stats.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected