Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
function
getOutput(spy: Mock): string {
15
return
spy.mock.calls.map(call => call.join(
' '
)).join(
'\n'
)
16
}
17
18
describe(
'metrics utilities'
, () => {
19
describe(
'formatBytes'
, () => {
Callers
1
metrics.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected