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

Function chatWorkspaceAuditStatus

coderd/exp_chats.go:4001–4007  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

3999}
4000
4001func chatWorkspaceAuditStatus(err error) int {
4002 if responder, ok := httperror.IsResponder(err); ok {
4003 status, _ := responder.Response()
4004 return status
4005 }
4006 return http.StatusInternalServerError
4007}
4008
4009func (api *API) resolveChatDiffContents(
4010 ctx context.Context,

Callers 1

chatCreateWorkspaceMethod · 0.85

Calls 2

IsResponderFunction · 0.92
ResponseMethod · 0.65

Tested by

no test coverage detected