MCPcopy Create free account
hub / github.com/KDE/okular / processSourceReference

Method processSourceReference

core/document.cpp:4664–4669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4662}
4663
4664void Document::processSourceReference(const SourceReference *ref)
4665{
4666 if (ref) {
4667 processSourceReference(*ref);
4668 }
4669}
4670
4671void Document::processSourceReference(const SourceReference &ref)
4672{

Callers 1

mouseReleaseEventMethod · 0.80

Calls 10

buildEditorsMapFunction · 0.85
giveAbsoluteUrlMethod · 0.80
columnMethod · 0.80
isEmptyMethod · 0.80
appendMethod · 0.80
containsMethod · 0.60
fileNameMethod · 0.45
urlMethod · 0.45
rowMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected