Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ isPinned
Method
isPinned
sql/notemetadata.cpp:66–68 ·
view source on GitHub ↗
Is this note pinned?
Source
from the content-addressed store, hash-verified
64
65
// Is this note pinned?
66
bool NoteMetaData::isPinned() {
67
return pinned;
68
}
69
70
71
// Set this note as needing to be synced
Callers
1
copy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected