MCPcopy Create free account
hub / github.com/comaps/comaps / LogWarning

Function LogWarning

generator/addresses_collector.cpp:34–37  ·  view source on GitHub ↗

Current stats: - Total "addr:interpolation:" errors = 270524 - "addr:interpolation: Invalid range" = 144594 - "addr:interpolation: No beg/end address point" = 89774

Source from the content-addressed store, hash-verified

32// - "addr:interpolation: Invalid range" = 144594
33// - "addr:interpolation: No beg/end address point" = 89774
34void LogWarning(std::string const & msg, uint64_t id)
35{
36 LOG(LDEBUG, ("addr:interpolation: " + msg, id));
37}
38} // namespace
39
40std::string AddressesHolder::AddressInfo::FormatRange() const

Callers 2

UpdateMethod · 0.85
SaveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected