MCPcopy Create free account
hub / github.com/TelegramMessenger/cocoon / is_array

Method is_array

runners/helpers/ValidateRequest.cpp:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 }
493
494 bool is_array() const {
495 return mode == Mode::Json && obj && obj->is_array();
496 }
497 template <typename F>
498 td::Status iterate_array(F &&run) {
499 if (!is_array()) {

Callers

nothing calls this directly

Calls 1

is_arrayMethod · 0.45

Tested by

no test coverage detected