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

Function noteboxBodyFromJSON

lib/json.go:39–39  ·  view source on GitHub ↗

Body functions for Notebox body Todo: Should these return errors?

(data []byte)

Source from the content-addressed store, hash-verified

37// Body functions for Notebox body
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 8

GetNotefileInfoMethod · 0.85
SetNotefileInfoMethod · 0.85
uAddNotefileMethod · 0.85
OpenNotefileMethod · 0.85
CheckpointNotefileMethod · 0.85
DeleteNotefileMethod · 0.85
MergeNoteboxMethod · 0.85
NoteboxNotefileDescMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected