Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ getColor
Method
getColor
sql/notemetadata.cpp:48–50 ·
view source on GitHub ↗
Get the title color for the note
Source
from the content-addressed store, hash-verified
46
47
// Get the title color for the note
48
int NoteMetaData::getColor() {
49
return color;
50
}
51
52
53
// Set the title color for the note
Callers
1
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected