Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ clear
Method
clear
modules/QtPDF/src/PDFSearcher.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void PDFSearcher::clear()
75
{
76
const QMutexLocker mutexLocker{&m_mutex};
77
m_pages.clear();
78
m_results.clear();
79
}
80
81
void PDFSearcher::stopAndClear()
82
{
Callers
1
populatePages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected