Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ ChatStatus
TypeAlias
ChatStatus
codersdk/chats.go:86–86 ·
view source on GitHub ↗
ChatStatus represents the status of a chat.
Source
from the content-addressed store, hash-verified
84
85
// ChatStatus represents the status of a chat.
86
type
ChatStatus string
87
88
const
(
89
ChatStatusWaiting ChatStatus =
"waiting"
Callers
4
TestWatchChats
Function · 0.92
Chat
Function · 0.92
SubscribeAuthorized
Method · 0.92
publishStatus
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected