MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / GetContent

Method GetContent

backend/internal/service/Markdown.go:73–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (d *Document) GetContent() string {
74 d.mu.RLock()
75 defer d.mu.RUnlock()
76 return d.Content
77}
78
79func (d *Document) SetContent(content string) {
80 d.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected