MCPcopy Create free account
hub / github.com/churichard/notabase / getSerializedNote

Function getSerializedNote

components/editor/NoteHeaderOptionsMenu.tsx:133–134  ·  view source on GitHub ↗
(note: Note)

Source from the content-addressed store, hash-verified

131}
132
133const getSerializedNote = (note: Note) =>
134 note.content.map((n) => serialize(n)).join('');
135
136const getNoteAsBlob = (note: Note) => {
137 const serializedContent = getSerializedNote(note);

Callers 1

getNoteAsBlobFunction · 0.85

Calls 1

serializeFunction · 0.85

Tested by

no test coverage detected