MCPcopy Create free account
hub / github.com/KDE/kdiff3 / hasPeek

Method hasPeek

src/diff.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 {}
74
75 bool hasPeek() const {
76 return ptr < end;
77 }
78
79 std::optional<QChar> tryPeek() const {
80 if (ptr < end) {

Callers 1

equalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected