Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainjet/platform
/ assertNever
Function
assertNever
libs/common/src/utils/typescript.utils.ts:1–3 ·
view source on GitHub ↗
(x: never)
Source
from the content-addressed store, hash-verified
1
export
const
assertNever = (x: never): never => {
2
throw
new
Error(`[assertNever] Unexpected object: ${x}`)
3
}
Callers
4
validateSkills
Method · 0.90
onContactAdded
Method · 0.90
onBlockchainEvent
Method · 0.90
getTriggerNextCheck
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected