MCPcopy Create free account
hub / github.com/bytedance/bolt / warn

Method warn

bolt/common/base/Status.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void Status::warn() const {
124 LOG(WARNING) << toString();
125}
126
127void Status::warn(const std::string_view& message) const {
128 LOG(WARNING) << message << ": " << toString();

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.70

Tested by

no test coverage detected