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

Struct GetChatsRow

coderd/database/queries.sql.go:8028–8031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8026}
8027
8028type GetChatsRow struct {
8029 Chat Chat `db:"chat" json:"chat"`
8030 HasUnread bool `db:"has_unread" json:"has_unread"`
8031}
8032
8033func (q *sqlQuerier) GetChats(ctx context.Context, arg GetChatsParams) ([]GetChatsRow, error) {
8034 rows, err := q.db.QueryContext(ctx, getChats,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected