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

Function getOutput

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

Source from the content-addressed store, hash-verified

13const DEFAULT_OPTIONS: InspectOptions = {}
14
15function getOutput(spy: Mock<typeof console.log>): string {
16 return spy.mock.calls.map(call => call.join(' ')).join('\n')
17}
18
19describe('inspect command', () => {
20 let program: Command

Callers 1

inspect.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected