Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ ExtractNotes
Method
ExtractNotes
cmdtools/extractnotes.cpp:30–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
extern Global global;
29
30
ExtractNotes::ExtractNotes(QObject *parent) :
31
QObject(parent)
32
{
33
this->deleteAfterExtract=false;
34
this->verifyDelete=true;
35
}
36
37
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected