MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / GetTitle

Method GetTitle

pkg/gen/api/user/v1/user.pb.go:237–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235}
236
237func (x *Prompt) GetTitle() string {
238 if x != nil {
239 return x.Title
240 }
241 return ""
242}
243
244func (x *Prompt) GetContent() string {
245 if x != nil {

Callers 4

UpdatePromptMethod · 0.45
CreatePromptMethod · 0.45
UpdateConversationMethod · 0.45
UpdateConversationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected