Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/
Class
packages/tools/ai-codegen/src/Discovery.ts:101–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
* @since 4.0.0
100
*/
101
export
class
DiscoveryError extends Data.TaggedError(
"DiscoveryError"
)<{
102
readonly message: string
103
readonly cause?: unknown
104
}> {}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected