Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepnote/deepnote
/ assertNever
Function
assertNever
packages/cli/src/utils/typescript.ts:1–3 ·
view source on GitHub ↗
(value: never)
Source
from the content-addressed store, hash-verified
1
export
function
assertNever(value: never): never {
2
throw
new
Error(`Unexpected value: ${value}`)
3
}
Callers
3
promptForAuthFields
Function · 0.90
promptForAuthFields
Function · 0.90
promptForAuthFields
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected