Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ds300/patch-package
/ assertNever
Function
assertNever
src/assertNever.ts:1–3 ·
view source on GitHub ↗
(x: never)
Source
from the content-addressed store, hash-verified
1
export
function
assertNever(x: never): never {
2
throw
new
Error(
"Unexpected object: "
+ x)
3
}
Callers
8
mutateFiles
Function · 0.90
reverseHunk
Function · 0.90
parsePatchLines
Function · 0.90
interpretParsedPatchFile
Function · 0.90
verifyHunkIntegrity
Function · 0.90
executeEffects
Function · 0.90
applyPatch
Function · 0.90
evaluateHunk
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…