MCPcopy Create free account
hub / github.com/KDE/kdevelop / addModification

Method addModification

kdevplatform/language/checks/dataaccessrepository.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void DataAccessRepository::addModification(const CursorInRevision& cursor, DataAccess::DataAccessFlags flags,
26 const KDevelop::RangeInRevision& range)
27{
28 Q_D(DataAccessRepository);
29
30 Q_ASSERT(!range.isValid() || flags == DataAccess::Write);
31 d->m_modifications.append(new DataAccess(cursor, flags, range));
32}
33
34void DataAccessRepository::clear()
35{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected