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

Function progress

packages/cli/src/utils/open-file-in-cloud.ts:35–39  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

33
34 // Helper to output progress (suppressed in quiet mode)
35 const progress = (message: string) => {
36 if (!options.quiet) {
37 output(`${c.dim(message)}`)
38 }
39 }
40
41 // Validate file size
42 progress('Validating file...')

Callers 1

openDeepnoteFileInCloudFunction · 0.85

Calls 1

outputFunction · 0.90

Tested by

no test coverage detected