Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ staleOutputStatusBarProvider.unit.test.ts
File
staleOutputStatusBarProvider.unit.test.ts
src/notebooks/deepnote/staleOutputStatusBarProvider.unit.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ expect } from
'chai'
;
2
import
{ anything, mock, verify, when, instance } from
'ts-mockito'
;
3
4
import
{ CancellationToken, NotebookCellKind } from
'vscode'
;
Callers
nothing calls this directly
Calls
13
createMockCell
Function · 0.90
createMockOutput
Function · 0.90
computeHash
Function · 0.90
resetVSCodeMocks
Function · 0.90
activate
Method · 0.65
once
Method · 0.65
toString
Method · 0.65
set
Method · 0.65
has
Method · 0.65
provideCellStatusBarItems
Method · 0.45
onDidChangeNotebookDocument
Method · 0.45
cleanupHashes
Method · 0.45
Tested by
no test coverage detected