Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/tsgo
/
Class
testdata/tests/effect-v3/extendsNativeError.ts:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
// Not flagged: indirect (extends a subclass of Error)
12
class
Base extends Error {}
13
class
MyError3 extends Base {}
14
15
// Not flagged: unrelated class
16
class
Bar {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected