Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ indexThreadStarted
Method
indexThreadStarted
nixnote.cpp:884–888 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
882
}
883
884
void NixNote::indexThreadStarted() {
885
indexRunner.moveToThread(&indexThread);
886
indexRunner.initialize();
887
global.indexRunner = &indexRunner;
888
}
889
890
891
Callers
nothing calls this directly
Calls
1
initialize
Method · 0.45
Tested by
no test coverage detected