Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isApiDiffError
Function
isApiDiffError
packages/tools/api-diff/src/Error.ts:9–9 ·
view source on GitHub ↗
(u: unknown)
Source
from the content-addressed store, hash-verified
7
}) {}
8
9
export
const
isApiDiffError = (u: unknown): u is ApiDiffError => Predicate.isTagged(u,
"ApiDiffError"
)
Callers
5
Error.test.ts
File · 0.90
run
Method · 0.90
Worktrees
Class · 0.90
prepareSnapshot
Method · 0.90
loadAnnotations
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected