Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
bool fLogIPs = DEFAULT_LOGIPS;
27
28
static int FileWriteStr(const std::string &str, FILE *fp)
29
{
30
return fwrite(str.data(), 1, str.size(), fp);
31
}
32
33
bool BCLog::Logger::OpenDebugLog()
34
{
Callers
2
OpenDebugLog
Method · 0.85
LogPrintStr
Method · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected