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

Method write

src/optiondialog.cpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453 }
454
455 void write(ValueMap* config) const override
456 {
457 if(mVarCodec != nullptr) config->writeEntry(m_saveName, (const char*)(*mVarCodec));
458 }
459
460 void read(ValueMap* config) override
461 {

Callers

nothing calls this directly

Calls 1

writeEntryMethod · 0.45

Tested by

no test coverage detected