Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
const getSerializedNote = (note: Note) =>
134
note.content.map((n) => serialize(n)).join(
''
);
135
136
const getNoteAsBlob = (note: Note) => {
137
const serializedContent = getSerializedNote(note);
Callers
1
getNoteAsBlob
Function · 0.85
Calls
1
serialize
Function · 0.85
Tested by
no test coverage detected