MCPcopy Create free account
hub / github.com/blues/note / noteboxBodyToJSON

Function noteboxBodyToJSON

lib/json.go:40–40  ·  view source on GitHub ↗
(body noteboxBody)

Source from the content-addressed store, hash-verified

38// Todo: Should these return errors?
39func noteboxBodyFromJSON(data []byte) (body noteboxBody) { _ = note.JSONUnmarshal(data, &body); return }
40func noteboxBodyToJSON(body noteboxBody) (data []byte) { data, _ = note.JSONMarshal(body); return }

Callers 4

initNoteboxFunction · 0.85
SetNotefileInfoMethod · 0.85
uAddNotefileMethod · 0.85
MergeNoteboxMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected