MCPcopy Create free account
hub / github.com/ElementsProject/elements / FileWriteStr

Function FileWriteStr

src/logging.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38bool fLogIPs = DEFAULT_LOGIPS;
39
40static int FileWriteStr(const std::string &str, FILE *fp)
41{
42 return fwrite(str.data(), 1, str.size(), fp);
43}
44
45bool BCLog::Logger::StartLogging()
46{

Callers 2

StartLoggingMethod · 0.85
LogPrintStrMethod · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected