MCPcopy
hub / github.com/deepnote/deepnote / StatsFileResult

Interface StatsFileResult

packages/cli/src/commands/stats.ts:16–18  ·  view source on GitHub ↗

Full stats result including file path

Source from the content-addressed store, hash-verified

14
15/** Full stats result including file path */
16interface StatsFileResult extends ProjectStats {
17 path: string
18}
19
20/**
21 * Creates the stats action - displays statistics about a .deepnote file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected