Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/vscode-deepnote
/ getUserMessageForAction
Function
getUserMessageForAction
src/platform/progress/messages.ts:26–28 ·
view source on GitHub ↗
(action: ReportableAction)
Source
from the content-addressed store, hash-verified
24
* @returns {(string | undefined)}
25
*/
26
export
function
getUserMessageForAction(action: ReportableAction): string | undefined {
27
return
progressMessages[action];
28
}
Callers
3
progressReporter.unit.test.ts
File · 0.90
reportProgress
Method · 0.90
updateProgressMessage
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected