Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void CrossMemoryMapper::write(QString value) {
118
write(value.toAscii());
119
}
120
121
void CrossMemoryMapper::write(QByteArray data) {
122
QString svalue(data);
Callers
nothing calls this directly
Calls
3
lock
Method · 0.95
unlock
Method · 0.95
data
Method · 0.80
Tested by
no test coverage detected