MCPcopy Create free account
hub / github.com/deepnote/deepnote / BlockTypeStats

Interface BlockTypeStats

packages/cli/src/utils/analysis.ts:49–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface BlockTypeStats {
50 type: string
51 count: number
52 linesOfCode: number
53}
54
55export interface NotebookStats {
56 name: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected