MCPcopy 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
211func (c Chat) IsSubChat() bool {
212 return c.RootChatID.Valid || c.ParentChatID.Valid
213}
214
215func (r GetChatsRow) RBACObject() rbac.Object {
216 return r.Chat.RBACObject()

Callers 3

getChatACLMethod · 0.80
patchChatACLMethod · 0.80
UpdateChatACLByIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected