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

Method GetContent

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

Source from the content-addressed store, hash-verified

242}
243
244func (x *Prompt) GetContent() string {
245 if x != nil {
246 return x.Content
247 }
248 return ""
249}
250
251func (x *Prompt) GetIsUserPrompt() bool {
252 if x != nil {

Calls

no outgoing calls