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

Function writeChatUsageLimitGroupOverrideNotFound

coderd/exp_chats.go:7346–7350  ·  view source on GitHub ↗
(ctx context.Context, rw http.ResponseWriter)

Source from the content-addressed store, hash-verified

7344}
7345
7346func writeChatUsageLimitGroupOverrideNotFound(ctx context.Context, rw http.ResponseWriter) {
7347 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{
7348 Message: "Chat usage limit group override not found.",
7349 })
7350}
7351
7352func writeChatUsageLimitGroupNotFound(ctx context.Context, rw http.ResponseWriter) {
7353 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{

Callers 1

Calls 1

WriteFunction · 0.92

Tested by

no test coverage detected