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

Interface AnalysisResult

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

Source from the content-addressed store, hash-verified

87}
88
89export interface AnalysisResult {
90 stats: ProjectStats
91 lint: LintResult
92 dag: BlockDependencyDag
93}
94
95// ============================================================================
96// Main Analysis Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected