mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Log number of LS queries by type (#891)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
c38b2928ec
commit
e723213d5c
6 changed files with 73 additions and 0 deletions
|
@ -46,4 +46,6 @@ template <class Tp, std::enable_if_t<std::is_base_of<lite_api::Object, Tp>::valu
|
|||
td::Bits256 get_tl_object_sha_bits256(const Tp &T) {
|
||||
return get_tl_object_sha_bits256(static_cast<const lite_api::Object *>(&T));
|
||||
}
|
||||
|
||||
std::string lite_query_name_by_id(int id);
|
||||
} // namespace ton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue