MCPcopy 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

190static list<string> *vMsgsBeforeOpenLog;
191
192static int FileWriteStr(const std::string &str, FILE *fp)
193{
194 return fwrite(str.data(), 1, str.size(), fp);
195}
196
197static void DebugPrintInit()
198{

Callers 2

OpenDebugLogFunction · 0.85
LogPrintStrFunction · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected