Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenGene/fastplong
/ writeString
Method
writeString
src/writer.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool Writer::writeString(const string& str) {
91
return write(str.data(), str.length());
92
}
93
94
bool Writer::writeString(string* str) {
95
return write(str->data(), str->length());
Callers
1
processSingleEnd
Method · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected