Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ setSkipable
Method
setSkipable
src/diff.h:204–204 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
203
[[nodiscard]] inline bool isSkipable() const { return bSkipable; }
204
inline void setSkipable(const bool inSkipable) { bSkipable = inSkipable; }
205
206
[[nodiscard]] static bool equal(const LineData& l1, const LineData& l2);
207
};
Callers
1
readAndPreprocess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected