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

Method ExitPoint_FileImport

exits/exitpoint.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277
278
279ExitPoint_FileImport::ExitPoint_FileImport(ExitPoint_NoteEdit *parent) : ExitPoint_NoteEdit(parent) {
280 file = "";
281 importKeep = false;
282}
283
284
285bool ExitPoint_FileImport::isImportKeep() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected