MCPcopy Index your code
hub / github.com/dnote/dnote / GetBookUUID

Method GetBookUUID

pkg/server/app/notes.go:86–92  ·  view source on GitHub ↗

GetBookUUID gets the bookUUID from the UpdateNoteParams

()

Source from the content-addressed store, hash-verified

84
85// GetBookUUID gets the bookUUID from the UpdateNoteParams
86func (r UpdateNoteParams) GetBookUUID() string {
87 if r.BookUUID == nil {
88 return ""
89 }
90
91 return *r.BookUUID
92}
93
94// GetContent gets the content from the UpdateNoteParams
95func (r UpdateNoteParams) GetContent() string {

Callers 1

UpdateNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected