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

Method withCreatedBy

coderd/x/chatd/chatd.go:3984–3987  ·  view source on GitHub ↗
(id uuid.UUID)

Source from the content-addressed store, hash-verified

3982}
3983
3984func (m chatMessage) withCreatedBy(id uuid.UUID) chatMessage {
3985 m.createdBy = id
3986 return m
3987}
3988
3989func (m chatMessage) withCompressed() chatMessage {
3990 m.compressed = true

Callers 7

CreateChatMethod · 0.45
EditMessageMethod · 0.45
withCreatedByMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected