Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool fLogIPs = DEFAULT_LOGIPS;
48
49
static int FileWriteStr(std::string_view str, FILE *fp)
50
{
51
return fwrite(str.data(), 1, str.size(), fp);
52
}
53
54
bool BCLog::Logger::StartLogging()
55
{
Callers
2
StartLogging
Method · 0.85
LogPrint_
Method · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected