MCPcopy Index your code
hub / github.com/coder/coder / Is

Method Is

coderd/x/chatd/chatd.go:200–202  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

198}
199
200func (chatExternalAgentUnavailableError) Is(target error) bool {
201 return target == errChatExternalAgentUnavailable
202}
203
204func newChatExternalAgentUnavailableError(agent database.WorkspaceAgent) error {
205 return chatExternalAgentUnavailableError{

Calls

no outgoing calls