Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ writeString
Function
writeString
extern/icu/tzdata/update-ids.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
49
50
void writeString(ofstream& stream, const char* str, bool includeNullByte)
51
{
52
stream.write(str, strlen(str) + (includeNullByte ? 1 : 0));
53
}
54
55
56
int run(int argc, const char* argv[])
Callers
1
run
Function · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected