MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / write

Method write

utilities/crossmemorymapper.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void CrossMemoryMapper::write(QString value) {
118 write(value.toAscii());
119}
120
121void CrossMemoryMapper::write(QByteArray data) {
122 QString svalue(data);

Callers

nothing calls this directly

Calls 3

lockMethod · 0.95
unlockMethod · 0.95
dataMethod · 0.80

Tested by

no test coverage detected