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

Function FileWriteStr

src/logging.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47bool fLogIPs = DEFAULT_LOGIPS;
48
49static int FileWriteStr(std::string_view str, FILE *fp)
50{
51 return fwrite(str.data(), 1, str.size(), fp);
52}
53
54bool BCLog::Logger::StartLogging()
55{

Callers 2

StartLoggingMethod · 0.85
LogPrint_Method · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected