Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
44
func
NoteContent(w io.Writer, info database.NoteInfo) {
45
fmt.Fprintf(w,
"%s"
, info.Content)
46
}
47
48
// BookInfo prints a note information
49
func
BookInfo(info database.BookInfo) {
Callers
1
viewNote
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected