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

Function writeChatUsageLimitUserNotFound

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

Source from the content-addressed store, hash-verified

7332}
7333
7334func writeChatUsageLimitUserNotFound(ctx context.Context, rw http.ResponseWriter) {
7335 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{
7336 Message: "User not found.",
7337 })
7338}
7339
7340func writeChatUsageLimitOverrideNotFound(ctx context.Context, rw http.ResponseWriter) {
7341 httpapi.Write(ctx, rw, http.StatusBadRequest, codersdk.Response{

Callers 1

Calls 1

WriteFunction · 0.92

Tested by

no test coverage detected