Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ FileWriteStr
Function
FileWriteStr
src/util.cpp:192–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
static list<string> *vMsgsBeforeOpenLog;
191
192
static int FileWriteStr(const std::string &str, FILE *fp)
193
{
194
return fwrite(str.data(), 1, str.size(), fp);
195
}
196
197
static void DebugPrintInit()
198
{
Callers
2
OpenDebugLog
Function · 0.85
LogPrintStr
Function · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected