Full stats result including file path
| 14 | |
| 15 | /** Full stats result including file path */ |
| 16 | interface StatsFileResult extends ProjectStats { |
| 17 | path: string |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Creates the stats action - displays statistics about a .deepnote file. |
nothing calls this directly
no outgoing calls
no test coverage detected