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

Function NoteContent

pkg/cli/output/output.go:44–46  ·  view source on GitHub ↗
(w io.Writer, info database.NoteInfo)

Source from the content-addressed store, hash-verified

42}
43
44func NoteContent(w io.Writer, info database.NoteInfo) {
45 fmt.Fprintf(w, "%s", info.Content)
46}
47
48// BookInfo prints a note information
49func BookInfo(info database.BookInfo) {

Callers 1

viewNoteFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected