MCPcopy Create free account
hub / github.com/Clarionos/clarion / get_message

Method get_message

libraries/fc/src/log/log_message.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 variant_object log_message::get_data()const { return my->args; }
224
225 string log_message::get_message()const
226 {
227 return format_string( my->format, my->args );
228 }
229
230 string log_message::get_limited_message()const
231 {

Callers 1

to_detail_stringMethod · 0.80

Calls 1

format_stringFunction · 0.85

Tested by

no test coverage detected