Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ FileWriteStr
Function
FileWriteStr
src/logging.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
bool fLogIPs = DEFAULT_LOGIPS;
39
40
static int FileWriteStr(const std::string &str, FILE *fp)
41
{
42
return fwrite(str.data(), 1, str.size(), fp);
43
}
44
45
bool BCLog::Logger::StartLogging()
46
{
Callers
2
StartLogging
Method · 0.85
LogPrintStr
Method · 0.85
Calls
2
data
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected