MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / FileWriteStr

Function FileWriteStr

src/logging.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26bool fLogIPs = DEFAULT_LOGIPS;
27
28static int FileWriteStr(const std::string &str, FILE *fp)
29{
30 return fwrite(str.data(), 1, str.size(), fp);
31}
32
33bool BCLog::Logger::OpenDebugLog()
34{

Callers 2

OpenDebugLogMethod · 0.85
LogPrintStrMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected