Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/okular
/ documentSynopsis
Method
documentSynopsis
core/document.cpp:2909–2912 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2907
}
2908
2909
const DocumentSynopsis *Document::documentSynopsis() const
2910
{
2911
return d->m_generator ? d->m_generator->generateDocumentSynopsis() : nullptr;
2912
}
2913
2914
void Document::startFontReading()
2915
{
Callers
3
testDocumentStructure
Method · 0.80
openUrl
Method · 0.80
notifySetup
Method · 0.80
Calls
1
generateDocumentSynopsis
Method · 0.45
Tested by
1
testDocumentStructure
Method · 0.64