MCPcopy 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
661bool StartupConfig::appendNote() {
662 return command->at(STARTUP_APPENDNOTE);
663}
664
665bool StartupConfig::show() {
666 return command->at(STARTUP_SHOW);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected