Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ warning
Method
warning
common/logging.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
void Logging::warning(const std::string& message)
141
{
142
log(LogLevel::WARN, message);
143
}
144
145
void Logging::error(const std::string& message)
146
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected