Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ appendNote
Method
appendNote
settings/startupconfig.cpp:661–663 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
bool StartupConfig::appendNote() {
662
return command->at(STARTUP_APPENDNOTE);
663
}
664
665
bool StartupConfig::show() {
666
return command->at(STARTUP_SHOW);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected