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

Function getOutput

packages/cli/src/utils/metrics.test.ts:14–16  ·  view source on GitHub ↗
(spy: Mock)

Source from the content-addressed store, hash-verified

12} from './metrics'
13
14function getOutput(spy: Mock): string {
15 return spy.mock.calls.map(call => call.join(' ')).join('\n')
16}
17
18describe('metrics utilities', () => {
19 describe('formatBytes', () => {

Callers 1

metrics.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected