MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / NoteMetaData

Method NoteMetaData

sql/notemetadata.cpp:25–30  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

23
24// Constructor
25NoteMetaData::NoteMetaData()
26{
27 color = -1;
28 pinned = false;
29 dirty = false;
30}
31
32
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected