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

Function writeChatUsageLimitOverrideNotFound

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

Source from the content-addressed store, hash-verified

7338}
7339
7340func writeChatUsageLimitOverrideNotFound(ctx context.Context, rw http.ResponseWriter) {
7341 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{
7342 Message: "Chat usage limit override not found.",
7343 })
7344}
7345
7346func writeChatUsageLimitGroupOverrideNotFound(ctx context.Context, rw http.ResponseWriter) {
7347 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{

Callers 1

Calls 1

WriteFunction · 0.92

Tested by

no test coverage detected