MCPcopy Create free account
hub / github.com/WhiskeyJack96/logseqlsp / Document

Struct Document

document/document.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Document struct {
12 Contents string
13 Links []Link
14}
15
16type Link struct {
17 Target string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected