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

Function getLogCalls

packages/cli/src/commands/run.test.ts:186–188  ·  view source on GitHub ↗
(spy: Mock)

Source from the content-addressed store, hash-verified

184}
185
186function getLogCalls(spy: Mock): string[] {
187 return spy.mock.calls.map((call: unknown[]) => call.join(' '))
188}
189
190function setupStreamingRun({
191 streamedOutputs = [],

Callers 1

run.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected