Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ StringIter
Method
StringIter
src/diff.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
public:
70
StringIter(QString const& s)
71
: ptr(s.begin())
72
, end(s.end())
73
{}
74
75
bool hasPeek() const {
76
return ptr < end;
Callers
nothing calls this directly
Calls
1
end
Method · 0.80
Tested by
no test coverage detected