Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ IsSubChat
Method
IsSubChat
coderd/database/modelmethods.go:211–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
}
210
211
func
(c Chat) IsSubChat() bool {
212
return
c.RootChatID.Valid || c.ParentChatID.Valid
213
}
214
215
func
(r GetChatsRow) RBACObject() rbac.Object {
216
return
r.Chat.RBACObject()
Callers
3
getChatACL
Method · 0.80
patchChatACL
Method · 0.80
UpdateChatACLByID
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected