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

Method write

kdevplatform/serialization/itemrepository.h:2547–2553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2545
2546 template<typename Context, typename Op>
2547 static auto write(Op&& op)
2548 {
2549 auto& repo = ItemRepositoryFor<Context>::repo();
2550
2551 QMutexLocker lock(repo.mutex());
2552 return op(repo);
2553 }
2554
2555 template<typename Context>
2556 static void initialize()

Callers 9

overwriteExistingFileFunction · 0.45
writeValuesFunction · 0.45
writeDataMethod · 0.45
storeMethod · 0.45
doMoreCleanupMethod · 0.45
setTextMethod · 0.45
setFileContentsMethod · 0.45
createNewFileAndWriteMethod · 0.45

Calls 1

mutexMethod · 0.45

Tested by 3

overwriteExistingFileFunction · 0.36
setFileContentsMethod · 0.36