Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ tryPeek
Method
tryPeek
src/diff.cpp:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
std::optional<QChar> tryPeek() const {
80
if (ptr < end) {
81
return *ptr;
82
} else {
83
return {};
84
}
85
}
86
87
void next() {
88
assert(ptr < end);
Callers
1
equal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected